Skip to main content

XYDiagramPaneBaseModel.ZoomRectangle Property

Returns the model of the zoom rectangle of the modeled Cartesian diagram pane.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
ZoomRectangleModel

The zoom rectangle model.

See Also