Chart.Titles Property

.NET Framework (current version)
 

Gets or sets a TitleCollection object which stores all Title objects used by the Chart control.

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

[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Titles : TitleCollection with get

Property Value

Type: System.Web.UI.DataVisualization.Charting.TitleCollection

A TitleCollection object which stores all Title objects used by the Chart control.

The Titles property stores all Title objects used by the Chart control.

.NET Framework
Available since 4.0
Return to top
Show: