www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
This property will be used only if Chart_BackgroundType is set as Brush.
See also Node_BackgroundBrushList.
Background brush for chart, in case Chart_BackgroundType set as Brush.
Namespace: UnifoChart.HierarchyAssembly: 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.HierarchyBrushRemarks
See also Node_BackgroundBrushList.
See Also