Class ChartAxesLayoutMode
Lists the different ways in which multiple axes will be rendered on the same side (X or Y)
Inheritance
System.Object
ChartAxesLayoutMode
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxesLayoutMode : Enum
Fields
SideBySide
Multiple axes will be rendered one after the other, side-by-side.
Declaration
public const ChartAxesLayoutMode SideBySide
Field Value
| Type |
|---|
| ChartAxesLayoutMode |
Stacking
Multiple axes will be rendered in parallel.
Declaration
public const ChartAxesLayoutMode Stacking
Field Value
| Type |
|---|
| ChartAxesLayoutMode |