www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Whether the child nodes to be enlarged for better view. Default is false.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public bool Chart_WideView { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Chart_WideView As Boolean |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As Boolean value = instance.Chart_WideView instance.Chart_WideView = value |
| Visual C++ |
|---|
public: property bool Chart_WideView { bool get (); void set (bool value); } |
| J# |
|---|
/** @property */ public boolean get_Chart_WideView() /** @property */ public void set_Chart_WideView(boolean value) |
| JScript |
|---|
public function get Chart_WideView () : boolean public function set Chart_WideView (value : boolean) |
| JavaScript |
|---|
function get_Chart_WideView(); function set_Chart_WideView(value); |
Field Value
System.Boolean
Remarks
Wideview will provide expanded nodes when some of other nodes are collapsed. For an expanded chart, set Chart_Layout.
