Search Results: if (!this.bundlesReported[script.src]) {

Data Binding

Guides

The Diagram can load external tree-like and graph structures. The supported data structures are listed below. Node and Edge Arrays: the information about nodes is maintained separately from the...

dxBarGauge legend title

Reference
Configures the legend title.

To specify only the title's text, assign it directly to this property. Otherwise, set this property to an object with the text and other fields specified. The title can be accompanied by a...

dxChart argumentAxis grid

Reference
Configures the grid.

Gridlines can be considered extensions of ticks. jQuery index.js $('#chart').dxChart({ commonAxisSettings: { grid: { visible: true, color: 'blue', ...

dxChart argumentAxis minorGrid

Reference
Configures the minor grid.

In addition to the major grid, DevExtreme Chart can display a minor grid following the placement of minor ticks. jQuery index.js $('#chart').dxChart({ // ... commonAxisSettings: { ...

dxChart argumentAxis minorTick

Reference
Configures the appearance of minor axis ticks.

In addition to major ticks, the DevExtreme Chart can display minor ticks. This component places minor ticks between major ticks. jQuery index.js $('#chart').dxChart({ commonAxisSettings: { ...