Skip to main content

ZoomingOptions2D.ZoomToRectangleMouseAction Property

Returns the action used to zoom the chart into the rectangle.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ChartMouseAction ZoomToRectangleMouseAction { get; }

Property Value

Type Description
ChartMouseAction

The action that should be performed to zoom the rectangle area of the chart.

Property Paths

You can access this nested property as listed below:

Object Type Path to ZoomToRectangleMouseAction
XYDiagram2D
.ZoomingOptions .ZoomToRectangleMouseAction

Remarks

To specify the action used to zoom the chart into the rectangle area, define the ChartMouseAction.ModifierKeys and ChartMouseAction.MouseButton properties.

See Also