Skip to main content

ZoomRectangle Class

Contains settings that define the appearance of the zoom rectangle.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class ZoomRectangle :
    ChartElement

The following members return ZoomRectangle objects:

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 XYDiagramPaneBase.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

Inheritance

Object
ChartElement
ZoomRectangle
See Also