NChartAxisLabelsAlignment Enumeration |
The NChartAxisLabelsAlignment enum provides constants to align labels relative to the axes' thicks.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartAxisLabelsAlignment
Public Enumeration NChartAxisLabelsAlignment
public enum class NChartAxisLabelsAlignment
Members
| Member name | Value | Description |
---|
| Center | 0 |
Align labels centered.
|
| Left | 1 |
Align labels left.
|
| Right | 2 |
Align labels right.
|
See Also