Angular PieChart Types

AdaptiveLayout

Specifies adaptive layout properties.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"

DisposingEvent

The type of the disposing event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.DisposingEvent

DoneEvent

The type of the done event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.DoneEvent

DrawnEvent

The type of the drawn event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.DrawnEvent

ExportedEvent

The type of the exported event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.FileSavingEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.InitializedEvent

Legend

Specifies PieChart legend properties.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"

LegendClickEvent

The type of the legendClick event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.LegendClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.OptionChangedEvent

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 { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.PointClickEvent

PointHoverChangedEvent

The type of the pointHoverChanged event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.PointHoverChangedEvent

PointSelectionChangedEvent

The type of the pointSelectionChanged event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.PointSelectionChangedEvent

SmallValuesGroupingMode

Specifies the segment grouping mode.

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

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.TooltipHiddenEvent

TooltipShownEvent

The type of the tooltipShown event handler's argument.

import { DxPieChartTypes } from "devextreme-angular/ui/pie-chart"
Type: DxPieChartTypes.TooltipShownEvent