Enum XAxisAutoPlacement
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
X-axis auto placement locations related to chart draw area.
public enum XAxisAutoPlacement
Fields
AllBottom = 1All axis to bottom.
AllTop = 2All axis to top.
BottomThenTop = 3First axis to bottom, next top, etc.
Explicit = 5Axis is put on top or bottom depending on axis ExplicitAutoPlacementSide value.
Off = 0Use default location.
TopThenBottom = 4First axis to top, next bottom, etc.