ZoomingOptions2D.ZoomToRectangleMouseAction Property
Returns the action used to zoom the chart into the rectangle.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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 |
---|---|
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