Diagram.DrillDown(Object, String) Method
Drills down to the specified data item.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.2.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 |
|
See Also