SimpleDiagramSeriesViewBase.Titles Property
Provides access to a collection of series titles, which are displayed for the current series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public SeriesTitleCollection Titles { get; }
#Property Value
Type | Description |
---|---|
Series |
A Series |
#Remarks
The Titles property provides access to a collection in which objects representing series titles are stored (if any). Series title objects can be manipulated (added or removed) via methods and properties provided by the SeriesTitleCollection object. Individual series titles (objects of the SeriesTitle type) can be accessed via the Titles property using indexer notation.
Note
If the Title.
For more information, refer to Series Titles.