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.
Set ShowFocus (and ShowFocusFill if needed) to true, to display the focus when mouse is over the node.
List of brushes (for each level of nodes) for focus rectangle.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public BindingList<HierarchyBrush> Node_Brush4FocusList { get; }
/** @property */ public BindingList<HierarchyBrush> get_Node_Brush4FocusList()
Field Value
List of UnifoChart.Hierarchy.HierarchyBrushRemarks
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.
Set ShowFocus (and ShowFocusFill if needed) to true, to display the focus when mouse is over the node.
See Also