Class AdornmentsPosition
Represents modes for positioning Chart adornments.
Inheritance
System.Object
AdornmentsPosition
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class AdornmentsPosition : Enum
Remarks
AdornementPosition value cannot be specified for all series types. The values in adornments position will be applicable only to certain series
Fields
Bottom
Positions the adornment at the bottom edge point of a chart segment.
Declaration
public const AdornmentsPosition Bottom
Field Value
Type |
---|
AdornmentsPosition |
Top
Positions the adornment at the top edge point of a chart segment.
Declaration
public const AdornmentsPosition Top
Field Value
Type |
---|
AdornmentsPosition |
TopAndBottom
Positions the adornment at the center point of a chart segment.
Declaration
public const AdornmentsPosition TopAndBottom
Field Value
Type |
---|
AdornmentsPosition |