ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexRadar Class / ChartType Property

In This Topic
    ChartType Property (FlexRadar)
    In This Topic
    Gets or sets chart type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FlexRadar.ChartType", "Gets or sets chart type.")>
    Public Shadows Property ChartType As RadarChartType
    [C1Description("FlexRadar.ChartType", "Gets or sets chart type.")]
    public new RadarChartType ChartType {get; set;}
    See Also