FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / RadarSeries Class / GetChartType Method

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