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

Background image for chart, in case Chart_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 Chart_BackgroundImage { get; set; }
/** @property */
public Image get_Chart_BackgroundImage()
/** @property */
public void set_Chart_BackgroundImage(Image value)

Field Value

System.Drawing.Image
Remarks

See Also