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