jQuery 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 { BarGaugeBarInfo } from "devextreme/viz/bar_gauge"
Type:

Object

BarGaugeLegendItem

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

import { LegendItem } from "devextreme/viz/bar_gauge"
Type:

Object

See Also