Table of Contents

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 = 1

All axis to bottom.

AllTop = 2

All axis to top.

BottomThenTop = 3

First axis to bottom, next top, etc.

Explicit = 5

Axis is put on top or bottom depending on axis ExplicitAutoPlacementSide value.

Off = 0

Use default location.

TopThenBottom = 4

First axis to top, next bottom, etc.