XYDiagramPaneBaseModel.LayoutOptions Property
Gets or sets the XYDiagramPaneBase.LayoutOptions property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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