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

XYDiagram2DModel.RuntimePaneResize Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public bool RuntimePaneResize { get; set; }

Property Value

Type Description
Boolean

true, if a user can resize chart panes; otherwise, false.

See Also