Back to Devexpress

XYDiagram2D.RuntimePaneCollapse Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-e8b45ece.md

latest1.2 KB
Original Source

XYDiagram2D.RuntimePaneCollapse Property

Gets or sets the value that specifies whether an end user can collapse chart panes.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool RuntimePaneCollapse { get; set; }
vb
Public Property RuntimePaneCollapse As Boolean

Property Value

TypeDescription
Boolean

true, if an end user can collapse and expand the pane; false , if an end user cannot collapse and expand the pane.

|

Remarks

An end user can click a pane’s title or the title’s expand button to collapse and expand the pane.

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace