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

TitleBase Class

Represents the base class for all classes that provide the title functionality in a chart control.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public abstract class TitleBase :
    ChartElement,
    ISupportFlowDirection

Remarks

The TitleBase class provides the basic functionality for the AxisTitle, ConstantLineTitle, CustomAxisLabel, LegendTitle and Title classes, and introduces the TitleBase.Content, TitleBase.ContentTemplate and TitleBase.Visible properties.

See Also