Class ChartOrientation
Represents the modes of Chart orientation such as Horizontal,Vertical, and Default orientation.
Inheritance
System.Object
ChartOrientation
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ChartOrientation : Enum
Fields
Default
Orientation will be automatically analyzed based on the panel's docking position.
Declaration
public const ChartOrientation Default
Field Value
Type |
---|
ChartOrientation |
Horizontal
Horizontal Orientation will be set.
Declaration
public const ChartOrientation Horizontal
Field Value
Type |
---|
ChartOrientation |
Vertical
Vertical Orientation will be set.
Declaration
public const ChartOrientation Vertical
Field Value
Type |
---|
ChartOrientation |