Click or drag to resize
NChartValueAxisMinorTicks Property
Minor ticks of the axis. Minor ticks are displayed in the middle between two neighbor major ticks. See MajorTicks for details.

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

Property Value

Type: NChartAxisTick
See Also