PaneTitle Class
The pane title.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public class PaneTitle :
Title,
IHitTest,
ITextPropertiesProvider,
ISupportTextAntialiasing,
ISupportVisibilityControlElement
Related API Members
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.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