Skip to main content

SeriesTitleCollection Class

Represents a collection of series titles.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class SeriesTitleCollection :
    DockableTitleCollectionBase

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.

See Also