Skip to main content

PaneTitle Class

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class PaneTitle :
    Title,
    IHitTest,
    ITextPropertiesProvider,
    ISupportTextAntialiasing,
    ISupportVisibilityControlElement

The following members return PaneTitle objects:

Remarks

The following image shows panes with titles.

pane-title

Use the Title.Text property to specify the title content. The PaneTitle.Alignment property defines how to align the title along the pane’s upper edge. To show the title, set the PaneTitle.Visibility property to True.

Inheritance

See Also