[]
Radar chart control.
public class FlexRadar<T> : FlexChartCore<T>, IHtmlString, ITemplate, IAnimatable
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexRadar(HtmlHelper, string) | Creates one FlexRadar<T> instance. |
Name | Description |
---|---|
ChartType | Gets or sets the type of radar chart to be created. |
Reversed | Gets or 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. |
Stacking | Gets or sets a value that determines whether and how the series objects are stacked. |
StartAngle | Gets or sets the starting angle for the radar, in degrees. Angles are measured clockwise, starting at the 12 o'clock position. |
TotalAngle | Gets or 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. |