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

SelectionOptionsModel.MouseAction Property

Gets or sets the SelectionOptions.MouseAction property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

[PropertyForOptions]
public ChartMouseActionModel MouseAction { get; }

Property Value

Type Description
ChartMouseActionModel

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
GanttDiagramModel
.SelectionOptions.MouseAction
PolarDiagramModel
.SelectionOptions.MouseAction
RadarDiagramModel
.SelectionOptions.MouseAction
SimpleDiagramModel
.SelectionOptions.MouseAction
XYDiagramModel
.SelectionOptions.MouseAction
See Also