ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / 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
     
    Public Overridable Shadows Property ChartType As Nullable(Of RadarChartType)
    public virtual new Nullable<RadarChartType> ChartType {get; set;}
    See Also