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

XYDiagramPaneBaseModel.ZoomRectangle Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
ZoomRectangleModel

The zoom rectangle model.

See Also