Class AxisMode
Specifies the axis mode.
Inheritance
System.Object
AxisMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class AxisMode : Enum
Fields
All
Represents both horizontal and vertical axis modes.
Declaration
public const AxisMode All
Field Value
| Type |
|---|
| AxisMode |
Horizontal
Represents the horizontal axis mode.
Declaration
public const AxisMode Horizontal
Field Value
| Type |
|---|
| AxisMode |
Vertical
Represents the vertical axis mode.
Declaration
public const AxisMode Vertical
Field Value
| Type |
|---|
| AxisMode |