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

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: { ...

dxChart commonAnnotationSettings

Reference
Specifies settings common for all annotations in the chart.

Settings specified here can be ignored in favor of individual annotation settings specified in the annotations[] array. Refer to the array's description for information on how to configure...

dxChart commonAxisSettings grid

Reference
Configures the grid.

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

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