Table of Contents

Enum AxisXLocation3D

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

3D X-axis location.

public enum AxisXLocation3D

Fields

BottomBack = 1

Axis is shown in bottom back.

BottomFront = 0

Axis is shown in bottom front.

TopBack = 3

Axis is shown in top back.

TopFront = 2

Axis is shown in top front.