FlexChart | ComponentOne
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 System.Nullable(Of RadarChartType)
    public virtual new System.Nullable<RadarChartType> ChartType {get; set;}
    See Also