This documentation is archived and is not being maintained.
Title.Font Property
.NET Framework (current version)
Gets or sets the font for the title.
Namespace:
System.Web.UI.DataVisualization.ChartingAssembly:
System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property Font As Font
Property Value
Type:
System.Drawing.FontA Font object that specifies the font for the title. Defaults to "Microsoft Sans Serif, 8pt".
Use a new Font object when setting this property. Assign the entire object to the property.
.NET Framework
Available since 4.0
Return to top