Enum AxisMode
Specifies the axis mode.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum AxisMode
Fields
| Name | Description |
|---|---|
| All | Represents both horizontal and vertical axis modes. |
| Horizontal | Represents the horizontal axis mode. |
| Vertical | Represents the vertical axis mode. |