[]
Represents a radar chart control that displays data in a circular format, supporting multiple chart types such as area, line, and scatter. Provides properties and functionality specific to radar charts, including configurable start angle and plotting direction.
public class FlexRadar : Chart, IDrawAndHitTest, IRadarChart, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter
Public Class FlexRadar
Inherits Chart
Implements IDrawAndHitTest, IRadarChart, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter
Use the FlexRadar control to visualize multivariate data with axes arranged radially around a central point. The chart type, start angle, and direction can be customized to suit different data presentation needs. FlexRadar extends the base Chart functionality with features tailored for radar chart scenarios.
| Name | Description |
|---|---|
| FlexRadar() | Initializes a new instance of the FlexRadar class with default axis positions and radar renderer settings. |
| Name | Description |
|---|---|
| ChartType | Gets or sets chart type. |
| Reversed | Gets or sets a value indicating direction of plotting. |
| StartAngle | Gets or set the starting angle. |