Click or drag to resize
NChartValueAxisMajorTicks Property
Major ticks of the axis. Major ticks are spread from the minValue to the maxValue through step or if no MinValue and MaxValue are provided but a ticks array is provided the whole axis length is divided by the number of ticks and for each tick there is a major tick displayed. Major ticks can be labeled.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartAxisTick MajorTicks { get; }

Property Value

Type: NChartAxisTick
See Also