www.Chart4.NET | Samples

Current zoom of the chart. Default is 100 (100%).

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

Syntax

C#
public int hpZoomValue { get; set; }
Visual Basic (Declaration)
Public Property hpZoomValue As Integer
Visual Basic (Usage)
Dim instance As HierarchyWeb
Dim value As Integer

value = instance.hpZoomValue

instance.hpZoomValue = value
Visual C++
public:
property int hpZoomValue {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_hpZoomValue()
/** @property */
public  void set_hpZoomValue(int value)
JScript
public function get hpZoomValue () : int
public function set hpZoomValue (value : int)
JavaScript
function get_hpZoomValue();
function set_hpZoomValue(value);

Field Value

System.Int32

Remarks

If you provide a value (ie, initial zoom) more than 100, the chart will be displayed within scrollbars.

See Also