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.
If you set Node_BackgroundTypeList as Image, then set Node_BackgroundImageList too.
If you set Node_BackgroundTypeList as Brush, then set Node_BackgroundBrushList too.
Background type for the nodes as one of BackgroundType.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public BindingList<BackgroundType> Node_BackgroundTypeList { get; }
/** @property */ public BindingList<BackgroundType> get_Node_BackgroundTypeList()
Field Value
List of UnifoChart.Hierarchy.BackgroundTypeRemarks
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.
See Also