ComponentOne FlexPivot for WinForms
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 Nullable(Of ChartType)
    public Nullable<ChartType> ChartType {get; set;}
    See Also