Enum AxisZLocation3D
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
3D Z-axis location.
public enum AxisZLocation3D
Fields
BottomLeft = 0Axis is shown in bottom left.
BottomRight = 1Axis is shown in bottom right.
TopLeft = 2Axis is shown in top left.
TopRight = 3Axis is shown in top right.