Class PolarRadarSeriesDrawType
Represents the drawing type to change the rendering of chart polar and radar series as area or line type.
Inheritance
System.Object
PolarRadarSeriesDrawType
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class PolarRadarSeriesDrawType : Enum
Fields
Area
This draws a area series
Declaration
public const PolarRadarSeriesDrawType Area
Field Value
Type |
---|
PolarRadarSeriesDrawType |
Line
This draws a line series
Declaration
public const PolarRadarSeriesDrawType Line
Field Value
Type |
---|
PolarRadarSeriesDrawType |