Click or drag to resize
NChartValueAxisTinyTicks Property
Tiny ticks of the axis. Tiny ticks are displayed between consecutive major ticks. However there is a gap in tiny ticks where tiny ticks potentially overlap with major / minor ticks(even if major / minor ticks are switched off). See MajorTicks, MinorTicks and TinyTickIntervalsPerInterval for details.

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

Property Value

Type: NChartAxisTick
See Also