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

Background image for the chart control, not for the chart itself. To set chart's background image, see hpcSettings.Chart_BackgroundImage. Applicable only for planer and 3D views.

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

public Image hpBackImage { get; set; }
/** @property */
public Image get_hpBackImage()
/** @property */
public void set_hpBackImage(Image value)

Field Value

System.Drawing.Image
See Also