www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Whether to show fullscreen button on right-top corner 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 hpFullScreenVisible { get; set; }
public bool hpFullScreenVisible { get; set; }
Public Property hpFullScreenVisible As Boolean
Get
Set
Public Property hpFullScreenVisible As Boolean
Get
Set
public:
property bool hpFullScreenVisible {
bool get ();
void set (bool value);
}
public:
property bool hpFullScreenVisible {
bool get ();
void set (bool value);
}
member hpFullScreenVisible : bool with get, set
member hpFullScreenVisible : bool with get, set
/** @property */
public boolean get_hpFullScreenVisible()
/** @property */
public void set_hpFullScreenVisible(boolean value)
/** @property */
public boolean get_hpFullScreenVisible()
/** @property */
public void set_hpFullScreenVisible(boolean value)
Field Value
System.Boolean
The fullscreen button will be shown on right-top corner of the chart, which user can click to toggle the chart between fullscreen and normal.