Skip to main content

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

NuGet Package: DevExpress.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
RadarDiagram
.DrillDownOptions .DrillDownMouseAction
SimpleDiagram
.DrillDownOptions .DrillDownMouseAction
XYDiagram
.DrillDownOptions .DrillDownMouseAction
See Also