www.Chart4.NET | Samples

Show subcharts on a click on expand/collapse (+/-) button. WinForm Only. Default is true.

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

Syntax

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

value = instance.ShowSubCharts

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

Field Value

System.Boolean

See Also