[]
Defines a builder to configurate FlexRadar<T>.
public class FlexRadarBuilder<T> : FlexChartCoreBuilder<T, FlexRadar<T>, FlexRadarBuilder<T>>, IHtmlString
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexRadarBuilder(FlexRadar<T>) | Creates one FlexRadarBuilder<T> instance to configurate |
Name | Description |
---|---|
ChartType(RadarChartType) | Configurates ChartType. Sets the type of radar chart to be created. |
Reversed(bool) | Configurates Reversed. Sets a value that determines whether angles are reversed (counter-clockwise). The default value is false, which causes angles to be measured in the clockwise direction. |
Series(Action<SeriesListBaseFactory<T, FlexRadar<T>, FlexRadarSeries<T>, FlexRadarSeriesBuilder<T>, RadarChartType>>) | Set the FlexChart series. |
Stacking(Stacking) | Configurates Stacking. Sets a value that determines whether and how the series objects are stacked. |
StartAngle(int) | Configurates StartAngle. Sets the starting angle for the radar, in degrees. Angles are measured clockwise, starting at the 12 o'clock position. |
TotalAngle(int) | Configurates TotalAngle. Sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360. |