Class ChartOrientation
Specifies the orientation of the chart.
Inheritance
System.Object
ChartOrientation
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ChartOrientation : Enum
Remarks
This enum allows switching between vertical and horizontal orientations for charts that support both display modes.
Fields
Horizontal
Indicates the chart should be rendered in horizontal orientation.
Declaration
public const ChartOrientation Horizontal
Field Value
| Type |
|---|
| ChartOrientation |
Vertical
Indicates the chart should be rendered in vertical orientation.
Declaration
public const ChartOrientation Vertical
Field Value
| Type |
|---|
| ChartOrientation |