Legend column header text font.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property HeaderFont As Font |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual Font HeaderFont {get; set;} |
Return Value
A Font object. Defaults to "Microsoft Sans Serif, 8pt, Bold".This property can be used to set font properties of the legend cell.
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.
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