corelibraries-devexpress-dot-xtracharts-56434a62.md
Contains settings that define the appearance of the zoom rectangle.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class ZoomRectangle :
ChartElement
Public Class ZoomRectangle
Inherits ChartElement
The following members return ZoomRectangle objects:
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:
Object ChartElement ZoomRectangle
See Also