www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Brush for top side of 3D node.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public BindingList<HierarchyBrush> Chart3D_Brush4TopList { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Chart3D_Brush4TopList As BindingList(Of HierarchyBrush) |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As BindingList(Of HierarchyBrush) value = instance.Chart3D_Brush4TopList |
| Visual C++ |
|---|
public: property BindingList<HierarchyBrush^>^ Chart3D_Brush4TopList { BindingList<HierarchyBrush^>^ get (); } |
| J# |
|---|
/** @property */ public BindingList<HierarchyBrush> get_Chart3D_Brush4TopList() |
| JScript |
|---|
public function get Chart3D_Brush4TopList () : BindingList<HierarchyBrush> |
| JavaScript |
|---|
function get_Chart3D_Brush4TopList(); |
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.
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.
