WebChartControl.Titles Property
In This Article
Gets the collection of chart titles.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public ChartTitleCollection Titles { get; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
#Remarks
The Titles property provides access to a collection in which objects representing 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