www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Activate extended view of the chart.
Namespace: UnifoChart.HierarchyAssembly: 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: System Boolean
Show/hide option button for Dynamic view.
- ShowPlaner
- Type: System Boolean
Show/hide option button for Planer view.
- Show3D
- Type: System 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: System Boolean
Show/hide navigational tree.
See Also