Class ChartSeriesDrawType
Represents modes of drawing radar and polar types.
Inheritance
System.Object
ChartSeriesDrawType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class ChartSeriesDrawType : Enum
Fields
Area
Draw the Filled Area in the Polar Chart type
Declaration
public const ChartSeriesDrawType Area
Field Value
Type |
---|
ChartSeriesDrawType |
Line
Draw the Lines in the Polar chart type
Declaration
public const ChartSeriesDrawType Line
Field Value
Type |
---|
ChartSeriesDrawType |