DrillDownOptions.DrillDownMouseAction Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartMouseAction DrillDownMouseAction { get; }
#Property Value
Type | Description |
---|---|
Chart |
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 Drill |
---|---|
Radar |
|
Simple |
|
XYDiagram |
|
See Also