NChartValueAxisMarkTick Property |
Tick of the mark. It is invisible by default.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntaxpublic NChartAxisTick Tick { get; }
Public ReadOnly Property Tick As NChartAxisTick
Get
public:
virtual property NChartAxisTick^ Tick {
NChartAxisTick^ get () sealed;
}
Property Value
Type:
NChartAxisTick
See Also