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

XYDiagram2DModel.RuntimePaneCollapse Property

Gets or sets the XYDiagram2D.RuntimePaneCollapse property value within the chart.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Boolean

true, if the chart panes can be collapsed and expanded; otherwise, false.

See Also