XYDiagramPaneBaseModel.ZoomRectangle Property
Returns the model of the zoom rectangle of the modeled Cartesian diagram pane.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public ZoomRectangleModel ZoomRectangle { get; }
Property Value
| Type | Description |
|---|---|
| ZoomRectangleModel | The zoom rectangle model. |
See Also