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

Title Class

Represents the base class for title objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class Title :
    TitleBase

Remarks

The Title class serves as a base for classes which define the title settings of different chart elements within a chart control.

In addition to the settings inherited from the base TitleBase class, the Title class implements the Title.Text property that allows you to specify the title’s text.

See Also