www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Border style for nodes as one of Border3DStyleType, in case Node_BorderShapeList set as Rectangle3D.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public BindingList<Border3DStyleType> Node_Border3DStyleList { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Node_Border3DStyleList As BindingList(Of Border3DStyleType) |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As BindingList(Of Border3DStyleType) value = instance.Node_Border3DStyleList |
| Visual C++ |
|---|
public: property BindingList<Border3DStyleType>^ Node_Border3DStyleList { BindingList<Border3DStyleType>^ get (); } |
| J# |
|---|
/** @property */ public BindingList<Border3DStyleType> get_Node_Border3DStyleList() |
| JScript |
|---|
public function get Node_Border3DStyleList () : BindingList<Border3DStyleType> |
| JavaScript |
|---|
function get_Node_Border3DStyleList(); |
Field Value
List of UnifoChart.Hierarchy.Border3DStyleType
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 Chart_Border3DStyle.
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 Chart_Border3DStyle.
