Skip to main content

SelectionOptions.MouseAction Property

Returns the action used to select a chart element.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ChartMouseAction MouseAction { get; }

Property Value

Type Description
ChartMouseAction

The action that should be performed to select a chart element.

Property Paths

You can access this nested property as listed below:

Object Type Path 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