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



In This Topic
    ChartType Property (C1FlexRadar)
    In This Topic
    Gets or sets chart type.
    Syntax
    'Declaration
     
    
    Public Shadows Property ChartType As RadarChartType
    'Usage
     
    
    Dim instance As C1FlexRadar
    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