Back to Devexpress

ZoomRectangle Class

corelibraries-devexpress-dot-xtracharts-56434a62.md

latest2.0 KB
Original Source

ZoomRectangle Class

Contains settings that define the appearance of the zoom rectangle.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class ZoomRectangle :
    ChartElement
vb
Public Class ZoomRectangle
    Inherits 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 :

Customized appearance:

Inheritance

Object ChartElement ZoomRectangle

See Also

ZoomRectangle Members

DevExpress.XtraCharts Namespace