HierarchyWin hpFullScreenVisible Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

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: 5.1.0.0 (5.1.0)
Syntax

public bool hpFullScreenVisible { get; set; }
/** @property */
public boolean get_hpFullScreenVisible()
/** @property */
public void set_hpFullScreenVisible(boolean 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