Search Results: language:TI Anmeldung Charts Bookmark-Button

dxChart CommonAxisSettingsLabel

Reference
Configures axis labels.

alignment Aligns axis labels in relation to ticks. displayMode Allows you to rotate or stagger axis labels. Applies to the horizontal axis only. indentFromAxis Adds a pixel-measured empty space...

dxPieChart animation

Reference
Specifies animation properties.

The UI component animates its elements at the beginning of its lifetime and when the data source changes. NOTE If multiple charts on the page do not fit in the window, the animation may not work smoothly. Disable the animation or adjust the markup to fit the charts. jQuery index.js $(function() { $("#pieChartContainer").dxPieChart({ // ... animation: { easing

dxPolarChart animation

Reference
Specifies animation properties.

The UI component animates its elements at the beginning of its lifetime and when the data source changes. NOTE If multiple charts on the page do not fit in the window, the animation may not work smoothly. Disable the animation or adjust the markup to fit the charts. jQuery index.js $(function() { $("#polarChartContainer").dxPolarChart({ // ... animation

dxChart argumentAxis grid

Reference
Configures the grid.

A grid is a set of mutually-crossing vertical and horizontal lines that stretch throughout the entire chart. Visually, grid lines can be considered extensions of major ticks. The grid improves the...

dxChart argumentAxis minorGrid

Reference
Configures the minor grid.

In addition to the major grid built on major ticks, the Chart UI component provides the minor grid built on minor ticks. NOTE Neither minor ticks, nor the minor grid can be displayed if the axis...