React CircularGauge Types

CircularGaugeElementOrientation

Specifies the orientation of scale ticks.

Accepted Values: 'center' | 'inside' | 'outside'

CircularGaugeLabelOverlap

Specifies which label to hide in case of overlapping.

Accepted Values: 'first' | 'last'

DisposingEvent

The type of the disposing event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.DisposingEvent

DrawnEvent

The type of the drawn event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.DrawnEvent

ExportedEvent

The type of the exported event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.FileSavingEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.OptionChangedEvent

RangeContainer

Specifies gauge range container properties.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"

Scale

Specifies a gauge's scale properties.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"

ScaleLabel

Specifies common properties for scale labels.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.TooltipHiddenEvent

TooltipShownEvent

The type of the tooltipShown event handler's argument.

import { CircularGaugeTypes } from "devextreme-react/circular-gauge"
Type: CircularGaugeTypes.TooltipShownEvent