SeriesTitleCollection Class
Represents a collection of series titles.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return SeriesTitleCollection objects:
Remarks
The SeriesTitleCollection class implements all the series title collection functionality used to manipulate series titles within a chart control. Members available via the SeriesTitleCollection class allow you to add, delete, access individual series titles and perform other common collection management tasks. The collection of series titles can be accessed via the SimpleDiagramSeriesViewBase.Titles property of a series, if its type is either Pie or Doughnut.
Inheritance
Object
CollectionBase
ChartCollectionBase
DockableTitleCollectionBase
SeriesTitleCollection
See Also