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

XYDiagramPaneBaseModel.LayoutOptions Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public GridLayoutOptionsModel LayoutOptions { get; }

Property Value

Type Description
GridLayoutOptionsModel

A storage of settings that configure the pane’s position in the Grid Layout.

See Also