Class ChartOrientation
Represents modes of Chart orientation
Inheritance
System.Object
ChartOrientation
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class ChartOrientation : Enum
Fields
Default
Orienatation 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 |