React PolarChart Types

AdaptiveLayout

Specifies adaptive layout properties.

import { AdaptiveLayout } from "devextreme/viz/polar_chart"

ArgumentAxis

Specifies argument axis properties for the PolarChart UI component.

import { ArgumentAxis } from "devextreme/viz/polar_chart"

ArgumentAxisClickEvent

The type of the argumentAxisClick event handler's argument.

import { ArgumentAxisClickEvent } from "devextreme/viz/polar_chart"
Type:

Object

ArgumentAxisConstantLines

Defines an array of the argument axis constant lines.

import { ArgumentAxisConstantLines } from "devextreme/viz/polar_chart"

ArgumentAxisConstantLinesLabel

An object defining constant line label properties.

import { ArgumentAxisConstantLinesLabel } from "devextreme/viz/polar_chart"

ArgumentAxisLabel

Specifies properties for argument axis labels.

import { ArgumentAxisLabel } from "devextreme/viz/polar_chart"

ArgumentAxisMinorTick

import { ArgumentAxisMinorTick } from "devextreme/viz/polar_chart"

ArgumentAxisStrips

Specifies properties for argument axis strips.

import { ArgumentAxisStrips } from "devextreme/viz/polar_chart"

ArgumentAxisStripsLabel

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

import { ArgumentAxisStripsLabel } from "devextreme/viz/polar_chart"

ArgumentAxisTick

import { ArgumentAxisTick } from "devextreme/viz/polar_chart"

CommonAxisSettings

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

import { CommonAxisSettings } from "devextreme/viz/polar_chart"

CommonAxisSettingsConstantLineStyle

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

import { CommonAxisSettingsConstantLineStyle } from "devextreme/viz/polar_chart"

CommonAxisSettingsConstantLineStyleLabel

An object defining constant line label properties.

import { CommonAxisSettingsConstantLineStyleLabel } from "devextreme/viz/polar_chart"

CommonAxisSettingsLabel

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

import { CommonAxisSettingsLabel } from "devextreme/viz/polar_chart"

CommonAxisSettingsMinorTick

Specifies the properties of the minor ticks.

import { CommonAxisSettingsMinorTick } from "devextreme/viz/polar_chart"

CommonAxisSettingsStripStyle

An object defining configuration properties for strip style.

import { CommonAxisSettingsStripStyle } from "devextreme/viz/polar_chart"

CommonAxisSettingsStripStyleLabel

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

import { CommonAxisSettingsStripStyleLabel } from "devextreme/viz/polar_chart"

CommonAxisSettingsTick

An object defining the configuration properties for axis ticks.

import { CommonAxisSettingsTick } from "devextreme/viz/polar_chart"

CommonSeriesSettings

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

import { CommonSeriesSettings } from "devextreme/viz/polar_chart"

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/viz/polar_chart"
Type:

Object

DoneEvent

The type of the done event handler's argument.

import { DoneEvent } from "devextreme/viz/polar_chart"
Type:

Object

DrawnEvent

The type of the drawn event handler's argument.

import { DrawnEvent } from "devextreme/viz/polar_chart"
Type:

Object

ExportedEvent

The type of the exported event handler's argument.

import { ExportedEvent } from "devextreme/viz/polar_chart"
Type:

Object

ExportingEvent

The type of the exporting event handler's argument.

import { ExportingEvent } from "devextreme/viz/polar_chart"
Type:

Object

FileSavingEvent

The type of the fileSaving event handler's argument.

import { FileSavingEvent } from "devextreme/viz/polar_chart"
Type:

Object

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { IncidentOccurredEvent } from "devextreme/viz/polar_chart"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/viz/polar_chart"
Type:

Object

Legend

Specifies the properties of a chart's legend.

import { Legend } from "devextreme/viz/polar_chart"

LegendClickEvent

The type of the legendClick event handler's argument.

import { LegendClickEvent } from "devextreme/viz/polar_chart"
Type:

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/viz/polar_chart"
Type:

Object

PointClickEvent

The type of the pointClick event handler's argument.

import { PointClickEvent } from "devextreme/viz/polar_chart"
Type:

Object

PointHoverChangedEvent

The type of the pointHoverChanged event handler's argument.

import { PointHoverChangedEvent } from "devextreme/viz/polar_chart"
Type:

Object

PointSelectionChangedEvent

The type of the pointSelectionChanged event handler's argument.

import { PointSelectionChangedEvent } from "devextreme/viz/polar_chart"
Type:

Object

PolarChartSeriesType

Sets a series type.

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

SeriesClickEvent

The type of the seriesClick event handler's argument.

import { SeriesClickEvent } from "devextreme/viz/polar_chart"
Type:

Object

SeriesHoverChangedEvent

The type of the seriesHoverChanged event handler's argument.

import { SeriesHoverChangedEvent } from "devextreme/viz/polar_chart"
Type:

Object

SeriesSelectionChangedEvent

The type of the seriesSelectionChanged event handler's argument.

import { SeriesSelectionChangedEvent } from "devextreme/viz/polar_chart"
Type:

Object

Tooltip

import { Tooltip } from "devextreme/viz/polar_chart"

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

import { TooltipHiddenEvent } from "devextreme/viz/polar_chart"
Type:

Object

TooltipShownEvent

The type of the tooltipShown event handler's argument.

import { TooltipShownEvent } from "devextreme/viz/polar_chart"
Type:

Object

ValueAxis

Specifies value axis properties for the PolarChart UI component.

import { ValueAxis } from "devextreme/viz/polar_chart"

ValueAxisConstantLines

Defines an array of the value axis constant lines.

import { ValueAxisConstantLines } from "devextreme/viz/polar_chart"

ValueAxisConstantLinesLabel

An object defining constant line label properties.

import { ValueAxisConstantLinesLabel } from "devextreme/viz/polar_chart"

ValueAxisLabel

Specifies properties for value axis labels.

import { ValueAxisLabel } from "devextreme/viz/polar_chart"

ValueAxisStrips

Specifies properties for value axis strips.

import { ValueAxisStrips } from "devextreme/viz/polar_chart"

ValueAxisStripsLabel

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

import { ValueAxisStripsLabel } from "devextreme/viz/polar_chart"

ValueAxisTick

import { ValueAxisTick } from "devextreme/viz/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 { ZoomEndEvent } from "devextreme/viz/polar_chart"
Type:

Object

ZoomStartEvent

The type of the zoomStart event handler's argument.

import { ZoomStartEvent } from "devextreme/viz/polar_chart"
Type:

Object