Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public bool UseMouse { get; set; }

Property Value

Type Description
Boolean

true, to allow using the mouse; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseMouse
GanttDiagram
.DrillDownOptions .UseMouse
PolarDiagram
.DrillDownOptions .UseMouse
RadarDiagram
.DrillDownOptions .UseMouse
SimpleDiagram
.DrillDownOptions .UseMouse
XYDiagram
.DrillDownOptions .UseMouse
See Also