www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Current zoom of the chart. Default is 1 (100%).
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public int hpZoomValue { get; set; }
public int hpZoomValue { get; set; }
Public Property hpZoomValue As Integer
Get
Set
Public Property hpZoomValue As Integer
Get
Set
public:
property int hpZoomValue {
int get ();
void set (int value);
}
public:
property int hpZoomValue {
int get ();
void set (int value);
}
member hpZoomValue : int with get, set
member hpZoomValue : int with get, set
/** @property */
public int get_hpZoomValue()
/** @property */
public void set_hpZoomValue(int value)
/** @property */
public int get_hpZoomValue()
/** @property */
public void set_hpZoomValue(int value)
Field Value
System.Int32
If you provide a value (ie, initial zoom) more than 100, the chart will be displayed within scrollbars.