NChartTimeAxisLabelsPosition Enumeration |
The NChartTimeAxisLabelsPosition enum provides constants to the control label's positions on the time axis.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartTimeAxisLabelsPosition
Public Enumeration NChartTimeAxisLabelsPosition
public enum class NChartTimeAxisLabelsPosition
Members
| Member name | Value | Description |
---|
| Above | 0 |
Place labels above the time axis.
|
| Beneath | 1 |
Place labels beneath the time axis.
|
See Also