Diagram.DrillDown(Object, String) Method
Drills down to the specified data item.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataItem | Object | A data item used to specify the diagram drill-down level. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| breadcrumbText | String | null | A string value that specifies text for the current detail level’s breadcrumb. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the Chart Control drills down to the data item; otherwise false. |
See Also