www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Whether or not the node-connector lines from top of the chart to the top-most node(s) to be displayed. Default is true.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool ShowRootLines { get; set; }
public bool ShowRootLines { get; set; }
Public Property ShowRootLines As Boolean
Get
Set
Public Property ShowRootLines As Boolean
Get
Set
public:
property bool ShowRootLines {
bool get ();
void set (bool value);
}
public:
property bool ShowRootLines {
bool get ();
void set (bool value);
}
member ShowRootLines : bool with get, set
member ShowRootLines : bool with get, set
/** @property */
public boolean get_ShowRootLines()
/** @property */
public void set_ShowRootLines(boolean value)
/** @property */
public boolean get_ShowRootLines()
/** @property */
public void set_ShowRootLines(boolean value)
Field Value
System.Boolean
The
Connector_Type property must be other than None to display the connector lines.