Enum AxisXLocation3D
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
3D X-axis location.
public enum AxisXLocation3D
Fields
BottomBack = 1Axis is shown in bottom back.
BottomFront = 0Axis is shown in bottom front.
TopBack = 3Axis is shown in top back.
TopFront = 2Axis is shown in top front.