Skip to main content
A newer version of this page is available. .

SeriesTitle Class

Represents an individual series title.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class SeriesTitle :
    DockableTitle

The following members return SeriesTitle objects:

Remarks

The SeriesTitle class implements the functionality of an individual series title, which can be displayed if a series is represented using Pie or Doughnut series view.

A series’ titles are stored within the SimpleDiagramSeriesViewBase.Titles collection which is represented by an instance of the SeriesTitleCollection class. This collection provides standard means for manipulating its items such as adding, removing and accessing them. A particular series title is available via the SeriesTitleCollection.Item property of the collection using indexer notation.

Note

Note that if the Title.Text property of the title, which is contained in the series template, is set to “{S}” or “{s}”, then every series title will automatically display the current name of each auto-generated series.

See Also