AxisZLocation3D Enumeration |
LightningChart .NET Help
3D Z-axis location.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum AxisZLocation3D
Public Enumeration AxisZLocation3D
public enum class AxisZLocation3D
Members|
| Member name | Value | Description |
|---|
| BottomLeft | 0 |
Axis is shown in bottom left.
|
| BottomRight | 1 |
Axis is shown in bottom right.
|
| TopLeft | 2 |
Axis is shown in top left.
|
| TopRight | 3 |
Axis is shown in top right.
|
See Also