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

RotationOptions.MouseAction Property

Returns the action used to rotate the chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
ChartMouseAction

The action to rotate the chart.

Property Paths

You can access this nested property as listed below:

Object Type Path to MouseAction
Diagram3D
.RotationOptions.MouseAction
FunnelDiagram3D
.RotationOptions.MouseAction
SimpleDiagram3D
.RotationOptions.MouseAction
XYDiagram3D
.RotationOptions.MouseAction

Remarks

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

See Also