Skip to main content

XYDiagramPaneBase.SelectionRectangle Property

Returns the selection rectangle’s appearance settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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