DrillDownOptions.DrillUpShortcuts Property
In This Article
Specifies shortcuts that allow an end-user to return to a previous drill-down level.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartShortcutKeyCollection DrillUpShortcuts { get; }
#Property Value
Type | Description |
---|---|
Chart |
A collection of shortcuts that allow an end-user to return to a previous drill-down level. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Drill |
---|---|
Radar |
|
Simple |
|
XYDiagram |
|
See Also