Skip to main content

Diagram.DrillDown(Object, String) Method

Drills down to the specified data item.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool DrillDown(
    object dataItem,
    string breadcrumbText = null
)

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