Title.Font Property

.NET Framework (current version)
 

Gets or sets the font for the title.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property Font As Font

Property Value

Type: System.Drawing.Font

A 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
Show: