Click or drag to resize

XAxisAutoPlacement Enumeration

LightningChart .NET Help
X-axis auto placement locations related to chart draw area.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum XAxisAutoPlacement
Members
  Member nameValueDescription
Off0 Use default location.
AllBottom1 All axis to bottom.
AllTop2 All axis to top.
BottomThenTop3 First axis to bottom, next top, etc.
TopThenBottom4 First axis to top, next bottom, etc.
Explicit5 Axis is put on top or bottom depending on axis ExplicitAutoPlacementSide value.
See Also