Click or drag to resize
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
Members
  Member nameValueDescription
AllLabels0 Show all labels.
FirstLastLabelsOnly1 Show the first and the last labels only.
See Also