A newer version of this page is available.
Switch to the current version.
ZoomRectangle Class
Contains settings that define the appearance of the zoom rectangle.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class ZoomRectangle :
ChartElement
<TypeConverter(GetType(LocalizableExpandableObjectTypeConverter))>
Public Class ZoomRectangle
Inherits ChartElement
Related API Members
The following members accept/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
Feedback