Back to Devexpress

RotationOptions.MouseAction Property

corelibraries-devexpress-dot-xtracharts-dot-rotationoptions.md

latest1.6 KB
Original Source

RotationOptions.MouseAction Property

Returns the action used to rotate the chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartMouseAction MouseAction { get; }
vb
Public ReadOnly Property MouseAction As ChartMouseAction

Property Value

TypeDescription
ChartMouseAction

The action to rotate the chart.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MouseAction
Diagram3D

.RotationOptions .MouseAction

|

Remarks

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

See Also

RotationOptions Class

RotationOptions Members

DevExpress.XtraCharts Namespace