FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / SeriesBase Class / ChartType Property

In This Topic
    ChartType Property (SeriesBase)
    In This Topic
    Gets or sets the series chart type.
    Syntax
    'Declaration
     
    Public Property ChartType As System.Nullable(Of ChartType)
    public System.Nullable<ChartType> ChartType {get; set;}
    See Also