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

Overview

Guides

title: Chart - Panes Overview A pane is a chart area containing series. If there are many series in the Chart, they can be distributed between multiple panes. Panes are configured by the panes...

Crosshair

Guides

Crosshair is a pointer represented by two mutually-crossing lines stretched over the entire chart plot. The crosshair helps a user identify values of the series points precisely. When enabled, the...