The main chart control class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[ToolboxItemAttribute(true)]
[LicenseProviderAttribute]
[ToolboxBitmapAttribute(typeof(C1Chart3D), "C1Chart3D.png")]
public class C1Chart3D : baseChart
Visual Basic
<ToolboxItemAttribute(True)> _
<LicenseProviderAttribute> _
<ToolboxBitmapAttribute(GetType(C1Chart3D), "C1Chart3D.png")> _
Public Class C1Chart3D _
	Inherits baseChart

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              baseChart
                C1.Win.C1Chart3D..::..C1Chart3D

See Also