corelibraries-devexpress-dot-xtracharts-3b158b78.md
Represents a collection of series titles.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class SeriesTitleCollection :
DockableTitleCollectionBase
Public Class SeriesTitleCollection
Inherits DockableTitleCollectionBase
The following members return SeriesTitleCollection objects:
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.
Object CollectionBase ChartCollectionBase DockableTitleCollectionBase SeriesTitleCollection
See Also