A newer version of this page is available.
Switch to the current version.
PaneTitle Class
The pane title.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public class PaneTitle :
Title,
IHitTest,
ITextPropertiesProvider,
ISupportTextAntialiasing,
ISupportVisibilityControlElement
Public Class PaneTitle
Inherits Title
Implements IHitTest,
ITextPropertiesProvider,
ISupportTextAntialiasing,
ISupportVisibilityControlElement
Related API Members
The following members accept/return PaneTitle objects:
Remarks
The following image shows panes with titles.
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
Feedback