ZoomRectangle Class
Contains settings that define the appearance of the zoom rectangle.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class ZoomRectangle :
ChartElement
Related API Members
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