Click or drag to resize
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
Members
  Member nameValueDescription
Above0 Place labels above the time axis.
Beneath1 Place labels beneath the time axis.
See Also