Search Results: language:TI Anmeldung Charts Bookmark-Button

dxChart commonAxisSettings tick

Reference
Configures the appearance of major axis ticks.

Ticks divide an axis into sections that measure off values on this axis. The commonAxisSettings.tick object specifies common settings for all major ticks in the chart. To configure only those...

dxChart crosshair label

Reference
Configures the crosshair labels.

Crosshair labels appear on the chart axes when a user pauses on a series point. They display the argument and the value of this series point. There are two crosshair labels on a chart - one for...

dxChart export

Reference
Configures the exporting and printing features.

These features allow a user to export your UI component into a document or print it. When exporting is enabled, the "Exporting/Printing" button appears in the UI component. A click on it invokes a...

dxChart seriesTemplate

Reference
Defines properties for the series template.

In most cases, you can organize the array that is assigned to the chart's dataSource property in the following way. Code[ {arg: arg1Value, series1Value: val11, series2Value: val12, ...} ...

dxChart valueAxis constantLines label

Reference
Configures the constant line label.

The constant line label displays the value of the constant line. The label object specifies the following characteristics of the constant line label. Visibility By default, the constant line...