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