Back to Devexpress

SelectionOptions.MouseAction Property

corelibraries-devexpress-dot-xtracharts-dot-selectionoptions.md

latest1.9 KB
Original Source

SelectionOptions.MouseAction Property

Returns the action used to select a chart element.

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 that should be performed to select a chart element.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MouseAction
RadarDiagram

.SelectionOptions .MouseAction

| | SimpleDiagram |

.SelectionOptions .MouseAction

|

Remarks

The action is a key combination and a mouse button. To specify the key combination, define the ChartMouseAction.ModifierKeys property. Use the ChartMouseAction.MouseButton property to set a mouse button.

See Also

SelectionOptions Class

SelectionOptions Members

DevExpress.XtraCharts Namespace