Angular BarGauge Types

DisposingEvent

The type of the disposing event handler's argument.

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

DrawnEvent

The type of the drawn event handler's argument.

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

ExportedEvent

The type of the exported event handler's argument.

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

ExportingEvent

The type of the exporting event handler's argument.

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

FileSavingEvent

The type of the fileSaving event handler's argument.

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

GaugeIndicatorType

Specifies the gauge indicator type.

Accepted Values: 'circle' | 'rangeBar' | 'rectangle' | 'rectangleNeedle' | 'rhombus' | 'textCloud' | 'triangleMarker' | 'triangleNeedle' | 'twoColorNeedle'

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

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

InitializedEvent

The type of the initialized event handler's argument.

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

Legend

Configures the legend.

import { DxBarGaugeTypes } from "devextreme-angular/ui/bar-gauge"

LoadingIndicator

Configures the loading indicator.

import { DxBarGaugeTypes } from "devextreme-angular/ui/bar-gauge"

OptionChangedEvent

The type of the optionChanged event handler's argument.

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

Tooltip

Configures tooltips.

import { DxBarGaugeTypes } from "devextreme-angular/ui/bar-gauge"

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

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

TooltipShownEvent

The type of the tooltipShown event handler's argument.

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