2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class
Members

In This Topic
    baseChart Class
    In This Topic
    The base chart object properties and methods.
    Object Model
    baseChart Class
    Syntax
    'Declaration
     
    Public MustInherit Class baseChart 
       Inherits System.Windows.Forms.UserControl
       Implements iChartRect 
    public abstract class baseChart : System.Windows.Forms.UserControl, iChartRect  
    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
                         C1.Win.C1ChartBase.baseChart
                            C1.Win.C1Chart.C1Chart

    See Also