Gets or sets a boolean that determines if the labels of all chart area axes (that have LabelsAutoFit set to true) are of equal size.
Indicates that same auto-fit font size will be used for all axes labels.
Visual Basic (Declaration) | |
---|---|
Public Property EquallySizedAxesFont As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool EquallySizedAxesFont {get; set;} |
Return Value
If true then all axes that have their LabelsAutoFit property set to true will display their labels using the same font size.
If this property is true then all chart area axes that have their LabelsAutoFit property set to true will display their labels using the same font size.
The font size is automatically calculated by the control, with the largest size that fits being used.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family