Class SunburstDockPosition
Represents the sunburst dock position. This enum is used for legend placement in chart area.
Inheritance
System.Object
SunburstDockPosition
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public sealed class SunburstDockPosition : Enum
Fields
Bottom
Represents the bottom position.It docks element at the bottom side of panel.
Declaration
public const SunburstDockPosition Bottom
Field Value
Type |
---|
SunburstDockPosition |
Left
Represents the left position. It docks element at the left of the panel.
Declaration
public const SunburstDockPosition Left
Field Value
Type |
---|
SunburstDockPosition |
Right
Represents the right position.It docks element at the right side of panel.
Declaration
public const SunburstDockPosition Right
Field Value
Type |
---|
SunburstDockPosition |
Top
Represents the top position.It docks element at the top side of panel.
Declaration
public const SunburstDockPosition Top
Field Value
Type |
---|
SunburstDockPosition |