NChartShouldConvertZoomToAllowed Property |
Flag determining if all zoom should be converted to the allowed zoom modes (true) or not (false). The default value is true.
If this flag is true, all the zoom directions are converted to the allowed zoom directions. For example,
if only horizontal zoom is allowed, and user zooms in diagonal direction, chart is zoomed horizontally with this flag
set to true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldConvertZoomToAllowed { get; set; }
Public Property ShouldConvertZoomToAllowed As Boolean
Get
Set
public:
virtual property bool ShouldConvertZoomToAllowed {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also