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

DrillDownOptions.DrillDownMouseAction Property

Specifies keys that should be held down and mouse buttons that an end-user should click to reveal the next drill down level.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public ChartMouseAction DrillDownMouseAction { get; }

Property Value

Type Description
ChartMouseAction

An object that stores keys that should be held down and a mouse button that an end-user should click to reveal the next drill down level.

Property Paths

You can access this nested property as listed below:

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