Skip to main content
A newer version of this page is available. .

XYDiagramPaneBase.Title Property

Returns the pane title settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public PaneTitle Title { get; }

Property Value

Type Description
PaneTitle

A PaneTitle object that provides the pane title settings.

See Also