DrillDownOptions.UseMouse Property
Gets or sets the value that specifies whether an end user can use the mouse to select the point or series to show detail information.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to allow mouse operations; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to UseMouse |
|---|---|
| RadarDiagram |
|
| SimpleDiagram |
|
| XYDiagram |
|
See Also