Vue 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 { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.DisposingEvent

DrawnEvent

The type of the drawn event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.DrawnEvent

ExportedEvent

The type of the exported event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.FileSavingEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.OptionChangedEvent

RangeContainer

Specifies gauge range container properties.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"

Scale

Specifies a gauge's scale properties.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"

ScaleLabel

Specifies common properties for scale labels.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.TooltipHiddenEvent

TooltipShownEvent

The type of the tooltipShown event handler's argument.

import { DxCircularGaugeTypes } from "devextreme-vue/circular-gauge"
Type: DxCircularGaugeTypes.TooltipShownEvent