www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
List of brushes (for each level of nodes) for node shade.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public BindingList<HierarchyBrush> Node_Brush4ShadeList { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Node_Brush4ShadeList As BindingList(Of HierarchyBrush) |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As BindingList(Of HierarchyBrush) value = instance.Node_Brush4ShadeList |
| Visual C++ |
|---|
public: property BindingList<HierarchyBrush^>^ Node_Brush4ShadeList { BindingList<HierarchyBrush^>^ get (); } |
| J# |
|---|
/** @property */ public BindingList<HierarchyBrush> get_Node_Brush4ShadeList() |
| JScript |
|---|
public function get Node_Brush4ShadeList () : BindingList<HierarchyBrush> |
| JavaScript |
|---|
function get_Node_Brush4ShadeList(); |
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.
This brush will be used only if Chart_Style property is set as Shaded.
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.
This brush will be used only if Chart_Style property is set as Shaded.
