This documentation is archived and is not being maintained.
Legend::Font Property
Visual Studio 2010
Gets or sets a Font object, which is used to set font properties of the legend.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
If you attempt to change the properties of this Font object at run time, a compilation error will occur. To set font properties at run time, you must create a new Font object.
Note |
|---|
If you set the Legend.Font.Size property, the IsTextAutoFit property will be set to false. Also, if you set the IsTextAutoFit property to true, this property will be reset to its default, which is 8 points. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note