www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
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.
Border type for the nodes as one of BorderShapeType. See also Chart_BorderShape.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public BindingList<BorderShapeType> Node_BorderShapeList { get; }
/** @property */ public BindingList<BorderShapeType> get_Node_BorderShapeList()
Field Value
List of UnifoChart.Hierarchy.BorderShapeTypeRemarks
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.
- Border Style
- Border Style
See Also