Skip to main content

ChartControlSettings.Titles Property

Gets the collection of chart titles.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ChartTitleCollection Titles { get; }

Property Value

Type Description
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