www.Chart4.NET | Samples

Whether the right-expand and left-collapse buttons at the ends of expand-collapse (+/-) button 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 ShowExpandRightCollapseLeft { get; set; }
Visual Basic (Declaration)
Public Property ShowExpandRightCollapseLeft As Boolean
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Boolean

value = instance.ShowExpandRightCollapseLeft

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

Field Value

System.Boolean

See Also