HierarchyNode BackgroundBrush4Tag 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's tag.

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

public HierarchyBrush BackgroundBrush4Tag { get; }
/** @property */
public HierarchyBrush get_BackgroundBrush4Tag()

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