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

Background brush for chart, in case Chart_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 Chart_BackgroundBrush { get; set; }
/** @property */
public HierarchyBrush get_Chart_BackgroundBrush()
/** @property */
public void set_Chart_BackgroundBrush(HierarchyBrush value)

Field Value

UnifoChart.Hierarchy.HierarchyBrush
Remarks

This property will be used only if Chart_BackgroundType is set as Brush.
See also Node_BackgroundBrushList.
See Also