DockableTitle Class
Represents the base class for dockable titles.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public abstract class DockableTitle :
AlignedTitle,
ITextPropertiesProvider,
IHitTest,
ISupportTextAntialiasing,
ISupportVisibilityControlElement
Related API Members
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
See Also