HierarchySettings Chart_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 chart as one of BackgroundType. Default is Brush.

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

public BackgroundType Chart_BackgroundType { get; set; }
/** @property */
public BackgroundType get_Chart_BackgroundType()
/** @property */
public void set_Chart_BackgroundType(BackgroundType value)

Field Value

UnifoChart.Hierarchy.BackgroundType
Remarks

If you set Chart_BackgroundType as Image, then set Chart_BackgroundImage too.
If you set Chart_BackgroundType as Brush, then set Chart_BackgroundBrush too.
See Also