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

dxPolarChart margin

Reference
Generates space around the UI component.

jQuery index.js $(function() { $("#polarChartContainer").dxPolarChart({ // ... margin: { top: 20, bottom: 20, left: 30, right:...

dxPolarChart valueAxis constantLines

Reference
Defines an array of the value axis constant lines.

A constant line is a straight line that can be used to display, for example, an asymptote of a graph. To display constant lines on a chart, assign an array of objects specifying the properties of...

dxPolarChart valueAxis label

Reference
Specifies properties for value axis labels.

Axis labels represent textual values for axis ticks, which are not visible by default. To specify custom settings for the value axis labels, use the label configuration object. If you need to set a...

dxRangeSelector margin

Reference
Generates space around the UI component.

jQuery index.js $(function() { $("#rangeSelectorContainer").dxRangeSelector({ // ... margin: { top: 20, bottom: 20, left: 30, ...

dxSankey margin

Reference
Generates space around the UI component.

jQuery index.js $(function() { $("#sankeyContainer").dxSankey({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 ...