Back to Devexpress

XYDiagramPaneBase.ZoomRectangle Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagrampanebase-939f7b55.md

latest2.0 KB
Original Source

XYDiagramPaneBase.ZoomRectangle Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public ZoomRectangle ZoomRectangle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ZoomRectangle As ZoomRectangle

Property Value

TypeDescription
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 :

Customized appearance:

See Also

XYDiagramPaneBase Class

XYDiagramPaneBase Members

DevExpress.XtraCharts Namespace