www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Brush list for each level of node tags. See Tag_FontList also. See Remarks.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public BindingList<HierarchyBrush> Tag_BrushList { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Tag_BrushList As BindingList(Of HierarchyBrush) |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As BindingList(Of HierarchyBrush) value = instance.Tag_BrushList |
| Visual C++ |
|---|
public: property BindingList<HierarchyBrush^>^ Tag_BrushList { BindingList<HierarchyBrush^>^ get (); } |
| J# |
|---|
/** @property */ public BindingList<HierarchyBrush> get_Tag_BrushList() |
| JScript |
|---|
public function get Tag_BrushList () : BindingList<HierarchyBrush> |
| JavaScript |
|---|
function get_Tag_BrushList(); |
Field Value
List of UnifoChart.Hierarchy.HierarchyBrush
Remarks
Use Add() to add a new item (of the type Field Value) to the list.
Each item in the list corresponds to that level of nodes (from root) in the chart.
If only one item is added, the same will be used for all levels.
See also Title_BrushList and Text_BrushList.
Each item in the list corresponds to that level of nodes (from root) in the chart.
If only one item is added, the same will be used for all levels.
See also Title_BrushList and Text_BrushList.
