AxisAlignment3D Enumeration |
LightningChart .NET Help
3D axis alignment.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum AxisAlignment3D
Public Enumeration AxisAlignment3D
public enum class AxisAlignment3D
Members|
| Member name | Value | Description |
|---|
| Inside | 0 |
The axis is inside the 3D chart area.
|
| Outside | 1 |
The axis is outside the 3D chart area.
|
| AtCorner | 2 |
The axis is half inside and half outside the 3D chart area.
|
See Also