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

XYSelectionOptions.RectangleSelectionMouseAction Property

Specifies keys that should be held down and mouse buttons that an end-user should click to begin selecting chart elements using the selection rectangle.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ChartMouseAction RectangleSelectionMouseAction { get; }

Property Value

Type Description
ChartMouseAction

An object that specifies keys that should be held down and mouse buttons that an end-user should click to begin selecting chart elements using the selection rectangle.

Property Paths

You can access this nested property as listed below:

Object Type Path to RectangleSelectionMouseAction
GanttDiagram
.SelectionOptions.RectangleSelectionMouseAction
XYDiagram
.SelectionOptions.RectangleSelectionMouseAction
See Also