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.v24.1.dll
NuGet Package: DevExpress.Charts
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 |
---|---|
XYDiagram |
|
See Also