Vue PolarChart Types

AdaptiveLayout

Specifies adaptive layout properties.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ArgumentAxis

Specifies argument axis properties for the PolarChart UI component.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ArgumentAxisClickEvent

The type of the argumentAxisClick event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.ArgumentAxisClickEvent

ArgumentAxisConstantLines

Defines an array of the argument axis constant lines.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ArgumentAxisConstantLinesLabel

An object defining constant line label properties.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ArgumentAxisLabel

Specifies properties for argument axis labels.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ArgumentAxisMinorTick

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ArgumentAxisStrips

Specifies properties for argument axis strips.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ArgumentAxisStripsLabel

An object that defines the label configuration properties of a strip.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ArgumentAxisTick

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonAxisSettings

An object defining the configuration properties that are common for all axes of the PolarChart UI component.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonAxisSettingsConstantLineStyle

Specifies the appearance of all the UI component's constant lines.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonAxisSettingsConstantLineStyleLabel

An object defining constant line label properties.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonAxisSettingsLabel

An object defining the label configuration properties that are common for all axes in the PolarChart UI component.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonAxisSettingsMinorTick

Specifies the properties of the minor ticks.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonAxisSettingsStripStyle

An object defining configuration properties for strip style.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonAxisSettingsStripStyleLabel

An object defining the configuration properties for a strip label style.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonAxisSettingsTick

An object defining the configuration properties for axis ticks.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

CommonSeriesSettings

An object defining the configuration properties that are common for all series of the PolarChart UI component.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

DisposingEvent

The type of the disposing event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.DisposingEvent

DoneEvent

The type of the done event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.DoneEvent

DrawnEvent

The type of the drawn event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.DrawnEvent

ExportedEvent

The type of the exported event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.FileSavingEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.InitializedEvent

Legend

Specifies the properties of a chart's legend.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

LegendClickEvent

The type of the legendClick event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.LegendClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.OptionChangedEvent

PointClickEvent

The type of the pointClick event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.PointClickEvent

PointHoverChangedEvent

The type of the pointHoverChanged event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.PointHoverChangedEvent

PointSelectionChangedEvent

The type of the pointSelectionChanged event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.PointSelectionChangedEvent

PolarChartSeriesType

Sets a series type.

Accepted Values: 'area' | 'bar' | 'line' | 'scatter' | 'stackedbar'

SeriesClickEvent

The type of the seriesClick event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.SeriesClickEvent

SeriesHoverChangedEvent

The type of the seriesHoverChanged event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.SeriesHoverChangedEvent

SeriesSelectionChangedEvent

The type of the seriesSelectionChanged event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.SeriesSelectionChangedEvent

Tooltip

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.TooltipHiddenEvent

TooltipShownEvent

The type of the tooltipShown event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.TooltipShownEvent

ValueAxis

Specifies value axis properties for the PolarChart UI component.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ValueAxisConstantLines

Defines an array of the value axis constant lines.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ValueAxisConstantLinesLabel

An object defining constant line label properties.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ValueAxisLabel

Specifies properties for value axis labels.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ValueAxisStrips

Specifies properties for value axis strips.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ValueAxisStripsLabel

An object that defines the label configuration properties of a strip.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ValueAxisTick

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"

ValueAxisVisualRangeUpdateMode

Specifies how the axis's visual range should behave when the PolarChart data is updated.

Accepted Values: 'auto' | 'keep' | 'reset'

ZoomEndEvent

The type of the zoomEnd event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.ZoomEndEvent

ZoomStartEvent

The type of the zoomStart event handler's argument.

import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
Type: DxPolarChartTypes.ZoomStartEvent