Class SunburstDockPosition
SunburstChart legend dock positions.
Inheritance
System.Object
SunburstDockPosition
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public sealed class SunburstDockPosition : Enum
Fields
Bottom
Legend element at the bottom side of View.
Declaration
public const SunburstDockPosition Bottom
Field Value
Type |
---|
SunburstDockPosition |
Left
Legend element at the left side of View.
Declaration
public const SunburstDockPosition Left
Field Value
Type |
---|
SunburstDockPosition |
Right
Legend element at the right side of View.
Declaration
public const SunburstDockPosition Right
Field Value
Type |
---|
SunburstDockPosition |
Top
Legend element at the top side of View.
Declaration
public const SunburstDockPosition Top
Field Value
Type |
---|
SunburstDockPosition |