NChartTimeAxisMinTickSpacing Property |
Minimal spacing between neighbor ticks in pixels (the tick is the center place of the timestamp title a kind of
milestone on the axis). According to this value some timestamps can be hidden if there are too many of them.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float MinTickSpacing { get; set; }
Public Property MinTickSpacing As Single
Get
Set
public:
virtual property float MinTickSpacing {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also