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

Background type for the particular node as one of BackgroundType. Default is null.

Namespace: UnifoChart.Hierarchy
Assembly: 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.BackgroundType
Remarks

  • 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