Represents the class for the C1Chart control.

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

Syntax

C#
[LicenseProviderAttribute]
[ToolboxItemAttribute(true)]
[ToolboxBitmapAttribute(typeof(C1Chart), "C1Chart.png")]
[DesignerAttribute(typeof(ChartDesigner))]
public class C1Chart : baseChart
Visual Basic
<LicenseProviderAttribute> _
<ToolboxItemAttribute(True)> _
<ToolboxBitmapAttribute(GetType(C1Chart), "C1Chart.png")> _
<DesignerAttribute(GetType(ChartDesigner))> _
Public Class C1Chart _
	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.C1Chart..::..C1Chart

See Also