[]
        
(Showing Draft Content)

C1.Document.FlexChart.FlexRadar

FlexRadar Class

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.

Inheritance
ChartBase
FlexRadar
Implements
IRadarChart
IChart
IChartBase
IStyleProvider
IPalette
IBrushConverter
Namespace: C1.Document.FlexChart
Assembly: C1.Document.4.6.2.dll
Syntax
public class FlexRadar : Chart, IDrawAndHitTest, IRadarChart, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter
Public Class FlexRadar
    Inherits Chart
    Implements IDrawAndHitTest, IRadarChart, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter
Remarks

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.

Constructors

Name Description
FlexRadar()

Initializes a new instance of the FlexRadar class with default axis positions and radar renderer settings.

Properties

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.