www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Font list for node tag. See also Tag_BrushList.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public BindingList<HierarchyFont> Tag_FontList { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Tag_FontList As BindingList(Of HierarchyFont) |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As BindingList(Of HierarchyFont) value = instance.Tag_FontList instance.Tag_FontList = value |
| Visual C++ |
|---|
public: property BindingList<HierarchyFont^>^ Tag_FontList { BindingList<HierarchyFont^>^ get (); void set (BindingList<HierarchyFont^>^ value); } |
| J# |
|---|
/** @property */ public BindingList<HierarchyFont> get_Tag_FontList() /** @property */ public void set_Tag_FontList(BindingList<HierarchyFont> value) |
| JScript |
|---|
public function get Tag_FontList () : BindingList<HierarchyFont> public function set Tag_FontList (value : BindingList<HierarchyFont>) |
| JavaScript |
|---|
function get_Tag_FontList(); function set_Tag_FontList(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.
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.
