Click or drag to resize

AxisAlignment3D Enumeration

LightningChart .NET Help
3D axis alignment.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum AxisAlignment3D
Members
  Member nameValueDescription
Inside0 The axis is inside the 3D chart area.
Outside1 The axis is outside the 3D chart area.
AtCorner2 The axis is half inside and half outside the 3D chart area.
See Also