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

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