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

Maximum font size on a scale of 5-50. Default is 50.

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

public int MaximumSize { get; set; }
/** @property */
public int get_MaximumSize()
/** @property */
public void set_MaximumSize(int value)

Field Value

System.Int32 (5-50)
Remarks

Usually font size (of title, text, tag etc) will vary according to node size. But the upper bound will be restricted by the maximum size set here.
See Also