Intersoft.Client.UI.DataVisualization Namespace > UXChart Class : EnableZoomBox Property |
<CategoryAttribute("Common Properties")> Public Property EnableZoomBox As Boolean
Dim instance As UXChart Dim value As Boolean instance.EnableZoomBox = value value = instance.EnableZoomBox
[CategoryAttribute("Common Properties")] public bool EnableZoomBox {get; set;}
[CategoryAttribute("Common Properties")] public: property bool EnableZoomBox { bool get(); void set ( bool value); }
You can draw box in chart area to represent how much area percentage zoom you want to apply by simply click and hold the left button, and drag it until the box are drawn. You can activate it by holding the SHIFT key, or using property EnableZoomBox in UXChart. By default the zoom box is not enabled since its gesture is used for panning interaction. However, you can enable this feature by setting the EnableZoomBox property to true.
Otherwise, you can just hold the SHIFT key in your keyboard while click and hold your mouse and then drag your mouse until your mouse pointer create some transparent-like rectangular shape. The zoom box reflects how much zoom coverage to apply on the chart.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2