AxisXLocation3D Enumeration |
LightningChart .NET Help
3D X-axis location.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum AxisXLocation3D
Public Enumeration AxisXLocation3D
public enum class AxisXLocation3D
Members|
| Member name | Value | Description |
|---|
| BottomFront | 0 |
Axis is shown in bottom front.
|
| BottomBack | 1 |
Axis is shown in bottom back.
|
| TopFront | 2 |
Axis is shown in top front.
|
| TopBack | 3 |
Axis is shown in top back.
|
See Also