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

ZoomingOptionsModel.ZoomInMouseAction Property

Gets or sets the ZoomingOptions.ZoomInMouseAction property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public ChartMouseActionModel ZoomInMouseAction { get; }

Property Value

Type Description
ChartMouseActionModel

The action to zoom in the chart.

Property Paths

You can access this nested property as listed below:

Object Type Path to ZoomInMouseAction
Diagram3DModel
.ZoomingOptions .ZoomInMouseAction
FunnelDiagram3DModel
.ZoomingOptions .ZoomInMouseAction
GanttDiagramModel
.ZoomingOptions .ZoomInMouseAction
SimpleDiagram3DModel
.ZoomingOptions .ZoomInMouseAction
SwiftPlotDiagramModel
.ZoomingOptions .ZoomInMouseAction
XYDiagram2DModel
.ZoomingOptions .ZoomInMouseAction
XYDiagram3DModel
.ZoomingOptions .ZoomInMouseAction
XYDiagramModel
.ZoomingOptions .ZoomInMouseAction
See Also