corelibraries-devexpress-dot-xtracharts-4324c4f6.md
The pane title.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class PaneTitle :
Title,
IHitTest,
ITextPropertiesProvider,
ISupportTextAntialiasing,
ISupportVisibilityControlElement
Public Class PaneTitle
Inherits Title
Implements IHitTest,
ITextPropertiesProvider,
ISupportTextAntialiasing,
ISupportVisibilityControlElement
The following members return PaneTitle objects:
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.
Object ChartElement TitleBase Title PaneTitle
See Also