Click or drag to resize
NChartAxisTickType Enumeration
The NChartAxisTickType enum provides constants to determine the ticks' layout on the axes.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartAxisTickType
Members
  Member nameValueDescription
Inner0 Ticks are on the inner side of the axis.
Outer1 Ticks are on the outer side of the axis.
Both2 Ticks are both on the inner and outer sides of the axis.
See Also