Click or drag to resize

AxisXLocation3D Enumeration

LightningChart .NET Help
3D X-axis location.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum AxisXLocation3D
Members
  Member nameValueDescription
BottomFront0 Axis is shown in bottom front.
BottomBack1 Axis is shown in bottom back.
TopFront2 Axis is shown in top front.
TopBack3 Axis is shown in top back.
See Also