XYDiagram2DModel.PaneLayout Property
Gets or sets the XYDiagram2D.PaneLayout property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public GridPaneLayoutModel PaneLayout { get; }
Property Value
Type | Description |
---|---|
GridPaneLayoutModel | The pane layout options’ storage. |
See Also