NChartValueAxisTickCount Property |
Number of ticks on the axis. It is the number of ticks in an array or the number of values between
MinValue and MaxValue through step.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public int TickCount { get; }
Public ReadOnly Property TickCount As Integer
Get
public:
virtual property int TickCount {
int get () sealed;
}
Property Value
Type:
Int32See Also