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

Background template for hierarchy node, in case BackgroundType set as Stock. Default is None.

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

public BackgroundTemplate BackgroundStock { get; set; }
/** @property */
public BackgroundTemplate get_BackgroundStock()
/** @property */
public void set_BackgroundStock(BackgroundTemplate value)

Field Value

UnifoChart.Hierarchy.BackgroundTemplate
Remarks

This property will be used only if BackgroundType is set as Stock.
See Also