AxisTitleAlignment3D Enumeration |
LightningChart .NET Help
3D axis title alignment.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum AxisTitleAlignment3D
Public Enumeration AxisTitleAlignment3D
public enum class AxisTitleAlignment3D
Members|
| Member name | Value | Description |
|---|
| InsideCenter | 0 |
The axis title is inside the 3D chart area, centered.
|
| InsideBeginning | 1 |
The axis title is inside the 3D chart area, in the beginning of axis.
|
| InsideEnd | 2 |
The axis title is inside the 3D chart area, in the end of axis.
|
| OutsideCenter | 3 |
The axis title is outside the 3D chart area, centered.
|
| OutsideBeginning | 4 |
The axis title is outside the 3D chart area, in the beginning of axis.
|
| OutsideEnd | 5 |
The axis title is outside the 3D chart area, in the end of axis.
|
See Also