Click or drag to resize
NChartValueAxisTicks Property
Array of strings that are displayed as ticks on the axis. It is obtained from the data source or null if not provided.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public IReadOnlyList<string> Ticks { get; }

Property Value

Type: IReadOnlyListString
See Also