[]
Configurates ChartType. Sets the type of radar chart to be created.
public FlexRadarBuilder<T> ChartType(RadarChartType value)
Public Function ChartType(value As RadarChartType) As FlexRadarBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| RadarChartType | value | The value. |
| Type | Description |
|---|---|
| FlexRadarBuilder<T> | Current builder. |