Intersoft ClientUI Documentation
ZoomMode Property (UXChart)



Gets or sets a value that determines the mode of zoom
Syntax
<CategoryAttribute("Common Properties")>
Public Property ZoomMode As ZoomMode
Dim instance As UXChart
Dim value As ZoomMode
 
instance.ZoomMode = value
 
value = instance.ZoomMode
[CategoryAttribute("Common Properties")]
public ZoomMode ZoomMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ZoomMode ZoomMode {
   ZoomMode get();
   void set (    ZoomMode value);
}
Remarks

One of key user experiences in UXChart is the dual-mode zooming feature. This feature allows users to intuitively zoom in to focus on certain parts of interesting data, or zoom out to see the overall data of the chart. This feature is particularly useful when you have a lot of data to visualized which are clutterred in the chart.

The zooming capability in UXChart applies to data point, gridline, and axis. There are several zoom mode that can be customized through the ZoomMode property as follows.

Requirements

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

See Also

Reference

UXChart Class
UXChart Members

Send Feedback