Class PolarChartGridLineType
The GridLineType property is used to change the rendering type of axis grid lines.
Inheritance
System.Object
PolarChartGridLineType
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class PolarChartGridLineType : Enum
Fields
Circle
A circular axis is drawn as a circle.
Declaration
public const PolarChartGridLineType Circle
Field Value
Type |
---|
PolarChartGridLineType |
Polygon
A circular axis is drawn as a polygon.
Declaration
public const PolarChartGridLineType Polygon
Field Value
Type |
---|
PolarChartGridLineType |