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

XYDiagramPaneBaseModel.Title Property

Gets or sets the XYDiagramPaneBase.Title property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public PaneTitleModel Title { get; }

Property Value

Type Description
PaneTitleModel

A PaneTitle object that provides the pane title settings.

See Also