ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / ChartType Enumeration

In This Topic
    ChartType Enumeration
    In This Topic
    Specifies the type of chart to display.
    Syntax
    'Declaration
     
    Public Enum ChartType 
       Inherits System.Enum
    public enum ChartType : System.Enum 
    Members
    MemberDescription
    AreaSeries are represented by filled polygons.
    BarSeries are represented by horizontal bars.
    ColumnSeries are represented by vertical columns.
    LineSeries are represented by polygons with symbols at the data points.
    PiePie chart.
    ScatterSeries are represented by groups of symbols.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexPivot.ChartType

    See Also