Click or drag to resize
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
Members
  Member nameValueDescription
Center0 Align labels centered.
Left1 Align labels left.
Right2 Align labels right.
See Also