Back to Devexpress

XYSelectionOptions.RectangleSelectionMouseAction Property

corelibraries-devexpress-dot-xtracharts-dot-xyselectionoptions.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartMouseAction RectangleSelectionMouseAction { get; }
vb
Public ReadOnly Property RectangleSelectionMouseAction As ChartMouseAction

Property Value

TypeDescription
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 TypePath to RectangleSelectionMouseAction
XYDiagram

.SelectionOptions .RectangleSelectionMouseAction

|

See Also

XYSelectionOptions Class

XYSelectionOptions Members

DevExpress.XtraCharts Namespace