Enum ChartAlignment
A custom SfChart alignment to handle both horizontal and vertical alignment types in a generalized way.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum ChartAlignment
Fields
| Name | Description |
|---|---|
| Auto | Positions the element with default alignment when the series is transposed. |
| Center | Positions the element with center alignment. |
| Far | Positions the element as like setting right/bottom alignment. |
| Near | Positions the element as like setting left/top alignment. |