SelectionOptions.MouseAction Property
In This Article
Returns the action used to select a chart element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartMouseAction MouseAction { get; }
#Property Value
Type | Description |
---|---|
Chart |
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 Mouse |
---|---|
Radar |
|
Simple |
|
#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