ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / RadarSeries Class / ChartType Property



In This Topic
    ChartType Property (RadarSeries)
    In This Topic
    Gets or sets the chart type.
    Syntax
    'Declaration
     
    
    Public Shadows Property ChartType As RadarChartType
    'Usage
     
    
    Dim instance As RadarSeries
    Dim value As RadarChartType
     
    instance.ChartType = value
     
    value = instance.ChartType
    public new RadarChartType ChartType {get; set;}
    public:
    new property RadarChartType ChartType {
       RadarChartType get();
       void set (    RadarChartType value);
    }
    See Also