NChartAutoScrollDuration Property |
Duration of auto scroll in seconds. The default value is 0.25.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float AutoScrollDuration { get; set; }
Public Property AutoScrollDuration As Single
Get
Set
public:
virtual property float AutoScrollDuration {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also