www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
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: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public BindingList<BackgroundTemplate> Node_BackgroundStockList { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Node_BackgroundStockList As BindingList(Of BackgroundTemplate) |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As BindingList(Of BackgroundTemplate) value = instance.Node_BackgroundStockList |
| Visual C++ |
|---|
public: property BindingList<BackgroundTemplate>^ Node_BackgroundStockList { BindingList<BackgroundTemplate>^ get (); } |
| J# |
|---|
/** @property */ public BindingList<BackgroundTemplate> get_Node_BackgroundStockList() |
| JScript |
|---|
public function get Node_BackgroundStockList () : BindingList<BackgroundTemplate> |
| JavaScript |
|---|
function get_Node_BackgroundStockList(); |
Field Value
List of UnifoChart.Hierarchy.BackgroundTemplate
Remarks
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.
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.
