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