Class CircularSeriesLabelPosition
Represents label position modes available for PieSeries adornments.
Inheritance
System.Object
CircularSeriesLabelPosition
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class CircularSeriesLabelPosition : Enum
Fields
Inside
PieSeries adornment labels will be placed inside over the PieSeries.
Declaration
public const CircularSeriesLabelPosition Inside
Field Value
Type |
---|
CircularSeriesLabelPosition |
Outside
PieSeries adornment labels will be placed just outside over the PieSeries.
Declaration
public const CircularSeriesLabelPosition Outside
Field Value
Type |
---|
CircularSeriesLabelPosition |
OutsideExtended
PieSeries adornment labels will be placed outside over the PieSeries at a certain distance.
Declaration
public const CircularSeriesLabelPosition OutsideExtended
Field Value
Type |
---|
CircularSeriesLabelPosition |