Gets or sets a Font object, used to set font properties of the legend.
Legend 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 |
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 Legend.Font.Size property will result in the Legend.LabelsAutoFit property being set to false. Also, setting the Legend.LabelsAutoFit to true will result in this property being reset to its default (8 pts).
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