Back to Devexpress

ChartControlSettings.Titles Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-5f5a3f2f.md

latest1.7 KB
Original Source

ChartControlSettings.Titles Property

Gets the collection of chart titles.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ChartTitleCollection Titles { get; }
vb
Public ReadOnly Property Titles As ChartTitleCollection

Property Value

TypeDescription
ChartTitleCollection

A ChartTitleCollection object that is the collection of chart titles.

|

Remarks

The Titles property provides access to a collection in which objects that are chart titles are stored (if any). Chart title objects can be manipulated (added or removed) via methods and properties provided by the ChartTitleCollection object. Individual chart titles (objects of the ChartTitle type) can be accessed via the Titles property using indexer notation.

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace