Angular Funnel Interfaces

This section describes interfaces that the Funnel component uses.

FunnelLegendItem

An object that provides information about a legend item in the Funnel UI component.

import { DxFunnelTypes } from "devextreme-angular/ui/funnel"
Type: DxFunnelTypes.LegendItem

See Also