SelectionOptions.MouseAction Property
Returns the action used to select a chart element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
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 |
|
SimpleDiagram |
|
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