Skip to main content
A newer version of this page is available. .

ZoomingOptions2D.ZoomToRectangleMouseAction Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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
GanttDiagram
.ZoomingOptions.ZoomToRectangleMouseAction
SwiftPlotDiagram
.ZoomingOptions.ZoomToRectangleMouseAction
XYDiagram
.ZoomingOptions.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