Click or drag to resize
NChartValueAxisMinTickSpacing Property
Minimal spacing between neighbor ticks in pixels (the tick is the center place for the tick label, a kind of milestone on the axis). According to this value some labels can be hidden, if there are too many of them. The default value is 50.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public float MinTickSpacing { get; set; }

Property Value

Type: Single
See Also