www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Background type for the nodes as one of BackgroundType.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public BindingList<BackgroundType> Node_BackgroundTypeList { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Node_BackgroundTypeList As BindingList(Of BackgroundType) |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As BindingList(Of BackgroundType) value = instance.Node_BackgroundTypeList |
| Visual C++ |
|---|
public: property BindingList<BackgroundType>^ Node_BackgroundTypeList { BindingList<BackgroundType>^ get (); } |
| J# |
|---|
/** @property */ public BindingList<BackgroundType> get_Node_BackgroundTypeList() |
| JScript |
|---|
public function get Node_BackgroundTypeList () : BindingList<BackgroundType> |
| JavaScript |
|---|
function get_Node_BackgroundTypeList(); |
Field Value
List of UnifoChart.Hierarchy.BackgroundType
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.
If you set Node_BackgroundTypeList as Image, then set Node_BackgroundImageList too.
If you set Node_BackgroundTypeList as Brush, then set Node_BackgroundBrushList too.
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.
If you set Node_BackgroundTypeList as Image, then set Node_BackgroundImageList too.
If you set Node_BackgroundTypeList as Brush, then set Node_BackgroundBrushList too.
