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

XYDiagramPaneBaseModel.SelectionRectangle Property

Returns the XYDiagramPaneBase.SelectionRectangle property value within the chart model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public ZoomRectangleModel SelectionRectangle { get; }

Property Value

Type Description
ZoomRectangleModel

The selection rectangle’s appearance settings storage.

See Also