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

TitleBase Class

Represents the base class for all title objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class TitleBase :
    ChartElement,
    ITextAppearance,
    ISupportTextAntialiasing

Remarks

The TitleBase class serves as a base for classes which 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 color and font settings of the title’s text (TitleBase.TextColor and TitleBase.Font), control whether antialising is applied to the title’s contents (TitleBase.Antialiasing) and specify the title’s visibility (TitleBase.Visible).

See Also