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

XYDiagramPaneBase.SelectionRectangle Property

Returns the selection rectangle’s appearance settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ZoomRectangle SelectionRectangle { get; }

Property Value

Type Description
ZoomRectangle

The selection rectangle’s appearance settings storage.

See Also