XYDiagram2DModel.RuntimePaneCollapse Property
Gets or sets the XYDiagram2D.RuntimePaneCollapse property value within the chart.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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