Click or drag to resize
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; }

Property Value

Type: Boolean
See Also