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.
See also Title_FontList and Tag_FontList.
Font list for node text. See also Text_BrushList.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public BindingList<HierarchyFont> Text_FontList { get; set; }
/** @property */ public BindingList<HierarchyFont> get_Text_FontList() /** @property */ public void set_Text_FontList(BindingList<HierarchyFont> value)
Field Value
List of System.Drawing.FontRemarks
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.
See also Title_FontList and Tag_FontList.
See Also