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

XYDiagramPaneBase.ZoomRectangle Property

Provides access to the settings that define the appearance of the zoom rectangle.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ZoomRectangle ZoomRectangle { get; }

Property Value

Type Description
ZoomRectangle

A ZoomRectangle object.

Remarks

The zoom rectangle is displayed on a chart’s diagram when an end-user starts zooming a chart at runtime (if zooming is allowed). Use the ZoomRectangle property to customize the appearance of the zoom rectangle.

The following images demonstrate different appearances of the zoom rectangle.

Default appearance:

ZoomRectangle1

Customized appearance:

ZoomRectangle2

See Also