Click or drag to resize
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; }

Property Value

Type: Int32
See Also