Back to Devexpress

DockableTitle Class

corelibraries-devexpress-dot-xtracharts-17569c39.md

latest2.4 KB
Original Source

DockableTitle Class

Represents the base class for dockable titles.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class DockableTitle :
    AlignedTitle,
    ITextPropertiesProvider,
    IHitTest,
    ISupportTextAntialiasing,
    ISupportVisibilityControlElement
vb
Public MustInherit Class DockableTitle
    Inherits AlignedTitle
    Implements 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.

Inheritance

Object ChartElement TitleBase Title MultilineTitle AlignedTitle DockableTitle ChartTitle

SeriesTitle

See Also

DockableTitle Members

DevExpress.XtraCharts Namespace