Back to Devexpress

SeriesTitle Class

corelibraries-devexpress-dot-xtracharts-91cad5cf.md

latest3.2 KB
Original Source

SeriesTitle Class

Represents an individual series title.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SeriesTitle :
    DockableTitle,
    ISupportID,
    ISupportInitialize
vb
Public Class SeriesTitle
    Inherits DockableTitle
    Implements ISupportID,
               ISupportInitialize

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.

Inheritance

Object ChartElement TitleBase Title MultilineTitle AlignedTitle DockableTitle SeriesTitle

See Also

SeriesTitle Members

Titles

SeriesTitleCollection

Item[Int32]

DevExpress.XtraCharts Namespace