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