NChartTimeAxisTickSize Property |
Size of ticks in pixels.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Size TickSize { get; set; }
Public Property TickSize As Size
Get
Set
public:
virtual property Size^ TickSize {
Size^ get () sealed;
void set (Size^ value) sealed;
}
Property Value
Type:
SizeSee Also