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

Background brush for the particular node, in case BackgroundType set as Brush.

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

public HierarchyBrush BackgroundBrush { get; }
/** @property */
public HierarchyBrush get_BackgroundBrush()

Field Value

UnifoChart.Hierarchy.HierarchyBrush
Remarks

  • If you set Control property to display .NET controls, then set a transparent background for the container control to make the node background visible. See Control property for details.
See Also