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

Whether or not chart background image to be tiled. If set to false, the image will be stretched to available space. Default is true.

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

public bool Chart_BackgroundTile { get; set; }
/** @property */
public boolean get_Chart_BackgroundTile()
/** @property */
public void set_Chart_BackgroundTile(boolean value)

Field Value

System.Boolean
Remarks

The chart background tiling is relevant only if Chart_BackgroundType is set as Image or Stock and image is set in Chart_BackgroundImage or in Chart_BackgroundStock property.
See Also