Back to Devexpress

ZoomingOptions2D.ZoomToRectangleMouseAction Property

corelibraries-devexpress-dot-xtracharts-dot-zoomingoptions2d-ce00b279.md

latest1.8 KB
Original Source

ZoomingOptions2D.ZoomToRectangleMouseAction Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartMouseAction ZoomToRectangleMouseAction { get; }
vb
Public ReadOnly Property ZoomToRectangleMouseAction As ChartMouseAction

Property Value

TypeDescription
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 TypePath 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

ZoomingOptions2D Class

ZoomingOptions2D Members

DevExpress.XtraCharts Namespace