www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Background type for the particular node as one of BackgroundType. Default is null.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public Nullable<BackgroundType> BackgroundType { get; set; }
/** @property */ public Nullable<BackgroundType> get_BackgroundType() /** @property */ public void set_BackgroundType(Nullable<BackgroundType> value)
Field Value
UnifoChart.Hierarchy.BackgroundTypeRemarks
- If you set BackgroundType as Image, then set BackgroundImage too.
If you set BackgroundType as Brush, then set BackgroundBrush too. - 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