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

ZoomingOptionsModel.ZoomInMouseAction Property

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
public ChartMouseActionModel ZoomInMouseAction { get; }

Property Value

Type
DevExpress.XtraCharts.Designer.ChartMouseActionModel

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