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; }
Public ReadOnly Property Ticks As IReadOnlyList(Of String)
Get
public:
virtual property IReadOnlyList<String^>^ Ticks {
IReadOnlyList<String^>^ get () sealed;
}
Property Value
Type:
IReadOnlyListStringSee Also