Class ChartRadarDrawType
The type of Radar chart that is to be rendered.
Inheritance
System.Object
ChartRadarDrawType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartRadarDrawType : Enum
Examples
series.ConfigItems.RadarItem.Type = ChartRadarDrawType.Symbol;
Fields
Area
Renders a Radar chart such that points are connected and the enclosed region is filled.
Declaration
public const ChartRadarDrawType Area
Field Value
| Type |
|---|
| ChartRadarDrawType |
Line
Renders a Radar chart such that points are connected but the enclosed region is not filled.
Declaration
public const ChartRadarDrawType Line
Field Value
| Type |
|---|
| ChartRadarDrawType |
Symbol
Renders a Radar chart such that points are rendered with the associated symbol. They are not connected to each other.
Declaration
public const ChartRadarDrawType Symbol
Field Value
| Type |
|---|
| ChartRadarDrawType |