Skip to main content

TitleBase Class

Represents the base class for all title objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class TitleBase :
    ChartElement,
    ITextAppearance,
    ISupportTextAntialiasing,
    IDisposable,
    IXtraPartlyDeserializable

Remarks

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

The settings exposed by the TitleBase class are common to all title types and allow you to specify the following title options:

TitleBase.TextColor
Gets or sets a title’s text color.
TitleBase.DXFont
Gets or sets the font of the title’s text.
TitleBase.Antialiasing
Obsolete. Gets or sets whether antialising is applied to the title’s contents.
TitleBase.Visible
Specifies whether the title is visible.
See Also