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

Activate extended view of the chart.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public void hmSetViewExtended(
	bool ShowDynamic,
	bool ShowPlaner,
	bool Show3D,
	ChartViewType DefaultView,
	bool ShowTree
)
public void hmSetViewExtended(
	boolean ShowDynamic,
	boolean ShowPlaner,
	boolean Show3D,
	ChartViewType DefaultView,
	boolean ShowTree
)

Parameters

ShowDynamic
Type: OnlineSystem Boolean
Show/hide option button for Dynamic view.
ShowPlaner
Type: OnlineSystem Boolean
Show/hide option button for Planer view.
Show3D
Type: OnlineSystem Boolean
Show/hide option button for 3D view.
DefaultView
Type: UnifoChart.Hierarchy ChartViewType
Specify the default view of the chart to be shown, while going to extnded view.
ShowTree
Type: OnlineSystem Boolean
Show/hide navigational tree.
See Also