www.Chart4.NET | Samples

Property collection of Settings for HierarchyWin and HierarchyWeb controls, accessible through HierarchyWin-hpcSettings and HierarchyWeb-hpcSettings property. [h]iearachy [p]roperty [c]ollection of [Settings].
  • Text before first newline character (\\n), in treenode's Text property will be treated as title and rest as chart node's text. See Node_IsDataHasText property to change this. Title_ and Text_ prefixed property formattings are applied.
  • Text in treenode's Tag property (DataItem property in web treenode) will be taken as chart node's tag. Tag_ prefixed property formattings are applied.

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

Syntax

C#
public sealed class HierarchySettings
Visual Basic (Declaration)
Public NotInheritable Class HierarchySettings
Visual Basic (Usage)
Dim instance As HierarchySettings
Visual C++
public ref class HierarchySettings sealed
J#
public final class HierarchySettings
JScript
public final class HierarchySettings
JavaScript
UnifoChart.Hierarchy.HierarchySettings = function();

Type.createClass(
	'UnifoChart.Hierarchy.HierarchySettings');

Inheritance Hierarchy

System..::.Object
  UnifoChart.Hierarchy..::.HierarchySettings

See Also