Title Class
In This Article
Represents the base class for title objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#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.
#Inheritance
See Also