All docs
V23.2
24.1
23.2
23.1
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.

jQuery PieChart Types

AdaptiveLayout

Specifies adaptive layout properties.

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

DisposingEvent

The type of the disposing event handler's argument.

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

Object

DoneEvent

The type of the done event handler's argument.

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

Object

DrawnEvent

The type of the drawn event handler's argument.

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

Object

ExportedEvent

The type of the exported event handler's argument.

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

Object

ExportingEvent

The type of the exporting event handler's argument.

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

Object

FileSavingEvent

The type of the fileSaving event handler's argument.

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

Object

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

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

Object

InitializedEvent

The type of the initialized event handler's argument.

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

Object

Legend

Specifies PieChart legend properties.

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

LegendClickEvent

The type of the legendClick event handler's argument.

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

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

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

Object

PieChartAnnotationLocation

Specifies an annotation's position on the surface of a specific argument.

Accepted Values: 'center' | 'edge'

PieChartLegendHoverMode

Specifies what chart elements to highlight when a corresponding item in the legend is hovered over.

Accepted Values: 'none' | 'allArgumentPoints'

PieChartSegmentDirection

Specifies the direction that the pie chart segments will occupy.

Accepted Values: 'anticlockwise' | 'clockwise'

PieChartSeriesInteractionMode

Specifies the chart elements to highlight when a series is hovered over.

Accepted Values: 'none' | 'onlyPoint'

PieChartType

Specifies the type of the pie chart series.

Accepted Values: 'donut' | 'doughnut' | 'pie'

Used in:

PointClickEvent

The type of the pointClick event handler's argument.

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

Object

PointHoverChangedEvent

The type of the pointHoverChanged event handler's argument.

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

Object

PointSelectionChangedEvent

The type of the pointSelectionChanged event handler's argument.

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

Object

SmallValuesGroupingMode

Specifies the segment grouping mode.

Accepted Values: 'none' | 'smallValueThreshold' | 'topN'

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

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

Object

TooltipShownEvent

The type of the tooltipShown event handler's argument.

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

Object