www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Background template name for chart, in case Chart_BackgroundType set as Stock. Default is None.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public BackgroundTemplate Chart_BackgroundStock { get; set; }
/** @property */ public BackgroundTemplate get_Chart_BackgroundStock() /** @property */ public void set_Chart_BackgroundStock(BackgroundTemplate value)
Field Value
UnifoChart.Hierarchy.BackgroundTemplateRemarks
- This property will be used only if Chart_BackgroundType is set as Stock.
- If you want to set a custom image for the chart background, use Node_BackgroundImageList.
- See also Node_BackgroundStockList.
See Also