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

XYDiagram2DModel.DefaultPane Property

Returns the model of the default pane of the modeled Cartesian diagram.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public XYDiagramDefaultPaneModel DefaultPane { get; }

Property Value

Type Description
XYDiagramDefaultPaneModel

The pane model.

See Also