www.Chart4.NET | Samples

Whether the expand/collapse (+/-) buttons should be shown or not. Default is true.

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

Syntax

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

value = instance.ShowExpandCollapse

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

Field Value

System.Boolean

See Also