ZoomingOptions2D.ZoomToRectangleMouseAction Property
In This Article
Returns the action used to zoom the chart into the rectangle.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartMouseAction ZoomToRectangleMouseAction { get; }
#Property Value
Type | Description |
---|---|
Chart |
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 Zoom |
---|---|
XYDiagram2D |
|
#Remarks
To specify the action used to zoom the chart into the rectangle area, define the ChartMouseAction.ModifierKeys and ChartMouseAction.MouseButton properties.
See Also