www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Maximum extent upto which chart can be zoomed, either using zoom control or using mouse-wheel, on a scale of 10-50. Default is 30.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public int hpZoomMaximum { get; set; }
public int hpZoomMaximum { get; set; }
Public Property hpZoomMaximum As Integer
Get
Set
Public Property hpZoomMaximum As Integer
Get
Set
public:
property int hpZoomMaximum {
int get ();
void set (int value);
}
public:
property int hpZoomMaximum {
int get ();
void set (int value);
}
member hpZoomMaximum : int with get, set
member hpZoomMaximum : int with get, set
/** @property */
public int get_hpZoomMaximum()
/** @property */
public void set_hpZoomMaximum(int value)
/** @property */
public int get_hpZoomMaximum()
/** @property */
public void set_hpZoomMaximum(int value)
Field Value
System.Int32
See hpZoomVisible and hpZoomByMouse.