www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Maximum font size on a scale of 5-50. Default is 50.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public int MaximumSize { get; set; }
public int MaximumSize { get; set; }
Public Property MaximumSize As Integer
Get
Set
Public Property MaximumSize As Integer
Get
Set
public:
property int MaximumSize {
int get ();
void set (int value);
}
public:
property int MaximumSize {
int get ();
void set (int value);
}
member MaximumSize : int with get, set
member MaximumSize : int with get, set
/** @property */
public int get_MaximumSize()
/** @property */
public void set_MaximumSize(int value)
/** @property */
public int get_MaximumSize()
/** @property */
public void set_MaximumSize(int value)
Field Value
System.Int32 (5-50)
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.