www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Whether to show chart-zoom control button on right-bottom of the chart. Default is true.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool hpZoomVisible { get; set; }
public bool hpZoomVisible { get; set; }
Public Property hpZoomVisible As Boolean
Get
Set
Public Property hpZoomVisible As Boolean
Get
Set
public:
property bool hpZoomVisible {
bool get ();
void set (bool value);
}
public:
property bool hpZoomVisible {
bool get ();
void set (bool value);
}
member hpZoomVisible : bool with get, set
member hpZoomVisible : bool with get, set
/** @property */
public boolean get_hpZoomVisible()
/** @property */
public void set_hpZoomVisible(boolean value)
/** @property */
public boolean get_hpZoomVisible()
/** @property */
public void set_hpZoomVisible(boolean value)
Field Value
System.Boolean
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.