corelibraries-devexpress-dot-xtracharts-c7293b14.md
Represents the base class for title objects.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class Title :
TitleBase
Public MustInherit Class Title
Inherits TitleBase
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.
Show 18 items
Object ChartElement TitleBase Title AxisTitle
See Also