SeriesTitle Class
Represents an individual series title.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(SeriesTitleTypeConverter))]
public class SeriesTitle :
DockableTitle,
ISupportID,
ISupportInitialize
Related API Members
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.