Search Results: language:TI Anmeldung Charts Bookmark-Button

dxPieChart

Reference
The PieChart is a UI component that visualizes data as a circle divided into sectors that each represents a portion of the whole.

View Demo Read Guides See Also jQuery Add DevExtreme to a jQuery Application Angular Add DevExtreme to an Angular CLI Application Vue Add DevExtreme to a Vue...

dxPieChart annotations

Reference
Specifies the annotation collection.

Annotations are containers for images, text blocks, and custom content that display additional information about the visualized data. To create annotations, assign an array of objects to the...

dxPieChart commonAnnotationSettings

Reference
Specifies settings common for all annotations in the PieChart.

Settings specified here can be ignored in favor of individual annotation settings specified in the annotations[] array. Refer to the array's description for information on how to configure...

dxPolarChart valueAxis visualRange

Reference
Defines the axis' displayed range. Cannot be wider than the wholeRange.

This property accepts one of the following: A two-item array Specifies the range's start and end. The array can contain a pair of numeric, string, or date-time values, depending on the axis's...

dxPolarChart CommonAxisSettings

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

allowDecimals Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only. color Specifies the color of the line that represents an axis. ...