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

XYDiagram2DModel.PaneLayout Property

Gets or sets the XYDiagram2D.PaneLayout property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public GridPaneLayoutModel PaneLayout { get; }

Property Value

Type Description
GridPaneLayoutModel

The pane layout options’ storage.

See Also