www.Chart4.NET | Samples

Whether to show fullscreen button on right-top corner of the chart. Default is true.

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

Syntax

C#
public bool hpFullScreenVisible { get; set; }
Visual Basic (Declaration)
Public Property hpFullScreenVisible As Boolean
Visual Basic (Usage)
Dim instance As HierarchyWin
Dim value As Boolean

value = instance.hpFullScreenVisible

instance.hpFullScreenVisible = value
Visual C++
public:
property bool hpFullScreenVisible {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_hpFullScreenVisible()
/** @property */
public  void set_hpFullScreenVisible(boolean value)
JScript
public function get hpFullScreenVisible () : boolean
public function set hpFullScreenVisible (value : boolean)
JavaScript
function get_hpFullScreenVisible();
function set_hpFullScreenVisible(value);

Field Value

System.Boolean

Remarks

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.

See Also