ComponentOne FinancialChart for WPF
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)
    'Usage
     
    
    Dim instance As RadarSeries
    Dim value As Nullable(Of ChartType)
     
    value = instance.GetChartType()
    protected override Nullable<ChartType> GetChartType()
    protected:
    Nullable<ChartType> GetChartType(); override 
    See Also