Table of Contents

Enum AxisZLocation3D

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

3D Z-axis location.

public enum AxisZLocation3D

Fields

BottomLeft = 0

Axis is shown in bottom left.

BottomRight = 1

Axis is shown in bottom right.

TopLeft = 2

Axis is shown in top left.

TopRight = 3

Axis is shown in top right.