ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / SeriesBase Class / GetChartType Method

In This Topic
    GetChartType Method (SeriesBase)
    In This Topic
    Gets the chart type.
    Syntax
    'Declaration
     
    Protected Overridable Function GetChartType() As Nullable(Of ChartType)
    protected virtual Nullable<ChartType> GetChartType()
    See Also