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

Background image for the particular node, in case BackgroundType set as Image.

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

public Image BackgroundImage { get; set; }
/** @property */
public Image get_BackgroundImage()
/** @property */
public void set_BackgroundImage(Image value)

Field Value

System.Drawing.Image
Remarks

  • This property will be used only if BackgroundType is set as Image.
  • The image will fit into the total available rectangle. If you want the image to display in a tiled fashion, set BackgroundType as Brush, set BackgroundBrush.BrushType as ImageTileBrush, and set the image in BackgroundBrush.Image.
  • 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