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

ScrollingOptions.ScrollMouseAction Property

Returns the action used to scroll the chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ChartMouseAction ScrollMouseAction { get; }

Property Value

Type Description
ChartMouseAction

The action that should be performed to scroll the chart.

Property Paths

You can access this nested property as listed below:

Object Type Path to ScrollMouseAction
Diagram3D
.ScrollingOptions.ScrollMouseAction
FunnelDiagram3D
.ScrollingOptions.ScrollMouseAction
GanttDiagram
.ScrollingOptions.ScrollMouseAction
SimpleDiagram3D
.ScrollingOptions.ScrollMouseAction
SwiftPlotDiagram
.ScrollingOptions.ScrollMouseAction
XYDiagram
.ScrollingOptions.ScrollMouseAction
XYDiagram2D
.ScrollingOptions.ScrollMouseAction
XYDiagram3D
.ScrollingOptions.ScrollMouseAction

Remarks

To specify the action used to scroll a chart, define the ChartMouseAction.ModifierKeys and ChartMouseAction.MouseButton properties.

See Also