www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Use Add() to add a new item (of the type Field Value) to the list.
Each item in the list corresponds to that level of nodes (from root) in the chart.
If only one item is added, the same will be used for all levels.
Background template for hierarchy nodes (for each level of nodes), in case corresponding item in Node_BackgroundTypeList is set as Stock. See Remarks.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public BindingList<BackgroundTemplate> Node_BackgroundStockList { get; }
/** @property */ public BindingList<BackgroundTemplate> get_Node_BackgroundStockList()
Field Value
List of UnifoChart.Hierarchy.BackgroundTemplateRemarks
Each item in the list corresponds to that level of nodes (from root) in the chart.
If only one item is added, the same will be used for all levels.
- This property will be used only if corresponding item in Node_BackgroundTypeList is set as Stock.
- If you want to set a custom image for the chart background, use Node_BackgroundImageList.
- See also Chart_BackgroundStock.
See Also