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; }
Public ReadOnly Property TinyTicks As NChartAxisTick
Get
public:
virtual property NChartAxisTick^ TinyTicks {
NChartAxisTick^ get () sealed;
}
Property Value
Type:
NChartAxisTickSee Also