Gets or sets a Font object, used to set font properties of the label.
Label font
Visual Basic (Declaration) | |
---|---|
Public Property Font As Font |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Font Font {get; set;} |
Return Value
A Font object, used to set font properties.
The following sample assigns a new Font object to Series1.
Visual Basic | Copy Code |
---|---|
'create new font object, specifying font face, size and style |
Use this to set label font properties.
To set font properties at run-time a new font object must be created. Attempting to change the property of this font object at run-time will result in a compilation error.
Note: Setting the Axis.LabelStyle.Font.Size property will result in the Axis.LabelsAutoFit property being set to false. Also, setting Axis.LabelsAutoFit to true will result in this property being reset to its default (8 pts). Applies only to the Label class.
To set the font of the root chart object's title use the TitleFont property instead.
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