HierarchySettings Tag_FontList Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Font list for node tag. See also Tag_BrushList.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public BindingList<HierarchyFont> Tag_FontList { get; set; }
/** @property */
public BindingList<HierarchyFont> get_Tag_FontList()
/** @property */
public void set_Tag_FontList(BindingList<HierarchyFont> value)

Field Value

List of System.Drawing.Font
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.

See also Title_FontList and Text_FontList.
See Also