XYSelectionOptions.RectangleSelectionMouseAction Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartMouseAction RectangleSelectionMouseAction { get; }
#Property Value
Type | Description |
---|---|
Chart |
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 Rectangle |
---|---|
XYDiagram |
|
See Also