PaneTitle Class
The pane title.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
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.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
See Also