NChartTimeAxisLabelsLayout Enumeration |
The NChartTimeAxisLabelsLayout enum provides constants to control the label's layout on the time axis.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartTimeAxisLabelsLayout
Public Enumeration NChartTimeAxisLabelsLayout
public enum class NChartTimeAxisLabelsLayout
Members
| Member name | Value | Description |
---|
| AllLabels | 0 |
Show all labels.
|
| FirstLastLabelsOnly | 1 |
Show the first and the last labels only.
|
See Also