NChartShouldBounceZoom Property |
Flag that determines if zoom should bounce (true) or not (false). The default value is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldBounceZoom { get; set; }
Public Property ShouldBounceZoom As Boolean
Get
Set
public:
virtual property bool ShouldBounceZoom {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also