Angular BarGauge Interfaces

This section describes interfaces that the BarGauge component uses.

BarGaugeBarInfo

An object that provides information about a bar in the BarGauge UI component.

import { DxBarGaugeTypes } from "devextreme-angular/ui/bar-gauge"
Type: DxBarGaugeTypes.BarGaugeBarInfo

BarGaugeLegendItem

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

import { DxBarGaugeTypes } from "devextreme-angular/ui/bar-gauge"
Type: DxBarGaugeTypes.LegendItem

See Also