Dundas Chart for ASP.NET
EquallySizedAxesFont Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartArea Class : EquallySizedAxesFont Property


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.

Syntax

Visual Basic (Declaration)  
Public Property EquallySizedAxesFont As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ChartArea
Dim value As Boolean
 
instance.EquallySizedAxesFont = value
 
value = instance.EquallySizedAxesFont
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.

Remarks

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.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.