XYDiagramPaneBaseModel.SelectionRectangle Property
Returns the XYDiagramPaneBase.SelectionRectangle property value within the chart model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public ZoomRectangleModel SelectionRectangle { get; }
Property Value
| Type | Description |
|---|---|
| ZoomRectangleModel | The selection rectangle’s appearance settings storage. |
See Also