Search Results: language:TI Anmeldung Charts Bookmark-Button

dxChart commonAxisSettings label

Reference
Configures axis labels.

Axis labels display the values of major axis ticks. The commonAxisSettings.label object, which is described here, specifies common settings for all axis labels in the chart. To configure only...

dxChart commonAxisSettings 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...

dxChart commonAxisSettings minorTick

Reference
Configures the appearance of minor axis ticks.

Along with major ticks, the Chart UI component supports minor ticks. They divide an axis segment limited by two neighboring major ticks. The commonAxisSettings.minorTick object specifies common...

dxChart commonPaneSettings border

Reference
Configures the pane border.

bottom Shows/hides the bottom border of the pane. Applies only when the border.visible property is true. color Specifies the color of the pane border. This property supports the following...

dxChart loadingIndicator

Reference
Configures the loading indicator.

When the UI component is bound to a remote data source, it can display a loading indicator while data is loading. To enable the automatic loading indicator, set the enabled property to true. If...