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

DockableTitle Class

Represents the base class for dockable titles.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public abstract class DockableTitle :
    AlignedTitle,
    ITextPropertiesProvider,
    IHitTest,
    ISupportTextAntialiasing,
    ISupportVisibilityControlElement

The following members return DockableTitle objects:

Remarks

The DockableTitle class serves as the base for the ChartTitle and SeriesTitle classes, that define the functionality of titles within a chart control.

In addition to the settings inherited from the base MultilineTitle class, the DockableTitle class exposes the DockableTitle.Dock and DockableTitle.Indent properties, which allow you to define a title’s position in respect to a chart or to a series.

See Also