HierarchySettings Node_BorderBrushList Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

List of brushes (for each level of nodes) for node border. See Remarks.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public BindingList<HierarchyBrush> Node_BorderBrushList { get; }
/** @property */
public BindingList<HierarchyBrush> get_Node_BorderBrushList()

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.

If you set BrushType of Node_BorderBrushList as LinearGradientBrush, then you have to set Node_BorderShapeList as GradientRectangle, RoundedRectangle, or Circle.
See Also