www.Chart4.NET | Samples

Whether to show chart-zoom control button on right-bottom of the chart. Default is true.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public bool hpZoomVisible { get; set; }
Visual Basic (Declaration)
Public Property hpZoomVisible As Boolean
Visual Basic (Usage)
Dim instance As HierarchyWeb
Dim value As Boolean

value = instance.hpZoomVisible

instance.hpZoomVisible = value
Visual C++
public:
property bool hpZoomVisible {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_hpZoomVisible()
/** @property */
public  void set_hpZoomVisible(boolean value)
JScript
public function get hpZoomVisible () : boolean
public function set hpZoomVisible (value : boolean)
JavaScript
function get_hpZoomVisible();
function set_hpZoomVisible(value);

Field Value

System.Boolean

Remarks

The chart-zoom control button will be shown on right-bottom of the chart, the slider of which user can drag to zoom-in and zoom-out the chart. See hpZoomByMouse too.

See Also