www.Chart4.NET (Documentation) | Samples Download | Release Notes
Whether to zoom-in and zoom-out the chart on mouse wheel movement. Default is true.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool hpZoomByMouse { get; set; }
public bool hpZoomByMouse { get; set; }
Public Property hpZoomByMouse As Boolean
Get
Set
Public Property hpZoomByMouse As Boolean
Get
Set
public:
property bool hpZoomByMouse {
bool get ();
void set (bool value);
}
public:
property bool hpZoomByMouse {
bool get ();
void set (bool value);
}
member hpZoomByMouse : bool with get, set
member hpZoomByMouse : bool with get, set
/** @property */
public boolean get_hpZoomByMouse()
/** @property */
public void set_hpZoomByMouse(boolean value)
/** @property */
public boolean get_hpZoomByMouse()
/** @property */
public void set_hpZoomByMouse(boolean value)
Field Value
System.Boolean
See hpZoomVisible too.