Search Results: language:TI Anmeldung Charts Bookmark-Button

dxPieChart Series Types

Reference
This section lists the objects that define properties to be used to configure series of particular types.

DoughnutSeries An object defining a series of the doughnut type. All the settings in this section are specified as follows: The commonSeriesSettings object Specifies settings for all series in a...

Rotate and Invert the Chart

Guides

When the Chart is rotated, its axes are swapped around. To rotate the Chart, set the rotated property to true. jQuery JavaScript$(function() { $("#chartContainer").dxChart({ // ... ...

dxChart CommonAxisSettings

Reference
Defines common settings for both the argument and value axis in a chart.

aggregatedPointsPosition Specifies the start position of the aggregated series points in the aggregation interval. allowDecimals Specifies whether to allow decimal values on the axis. When false,...

dxChart argumentAxis constantLines

Reference
Declares a collection of constant lines belonging to the argument axis.

Each object in the constantLines array configures a single constant line. Setting the value property is necessary for a constant line to be displayed. View Demo See...

dxChart valueAxis constantLines

Reference
Declares a collection of constant lines belonging to the value axis.

Each object in the constantLines array configures a single constant line. Setting the value property is necessary for a constant line to be displayed. View Demo See...