Back to Devexpress

PaneTitle Class

corelibraries-devexpress-dot-xtracharts-4324c4f6.md

latest2.1 KB
Original Source

PaneTitle Class

The pane title.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class PaneTitle :
    Title,
    IHitTest,
    ITextPropertiesProvider,
    ISupportTextAntialiasing,
    ISupportVisibilityControlElement
vb
Public Class PaneTitle
    Inherits Title
    Implements IHitTest,
               ITextPropertiesProvider,
               ISupportTextAntialiasing,
               ISupportVisibilityControlElement

The following members return PaneTitle objects:

Remarks

The following image shows panes with titles.

Use the Title.Text property to specify the title content. The PaneTitle.DXAlignment 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

Object ChartElement TitleBase Title PaneTitle

See Also

PaneTitle Members

DevExpress.XtraCharts Namespace