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

SelectionOptions.MouseAction Property

Returns the action used to select a chart element.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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
GanttDiagram
.SelectionOptions.MouseAction
PolarDiagram
.SelectionOptions.MouseAction
RadarDiagram
.SelectionOptions.MouseAction
SimpleDiagram
.SelectionOptions.MouseAction
XYDiagram
.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