XYDiagramPaneBase.Title Property
In This Article
Returns the pane title settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public PaneTitle Title { get; }
#Property Value
Type | Description |
---|---|
Pane |
A Pane |
See Also