Enum ChartAxesLayoutMode
Lists the different ways in which multiple axes will be rendered on the same side (X or Y)
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAxesLayoutMode
Fields
Name | Description |
---|---|
SideBySide | Multiple axes will be rendered one after the other, side-by-side. |
Stacking | Multiple axes will be rendered in parallel. |