Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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
XYDiagram
.SelectionOptions .RectangleSelectionMouseAction
See Also