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

dxLinearGauge margin

Reference
Generates space around the UI component.

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

dxPieChart legend

Reference
Specifies PieChart legend properties.

The PieChart UI component can include a legend. It helps you distinguish and identify the points of the displayed series. Each point is presented by an item on the legend. An item marker identifies...

dxPieChart margin

Reference
Generates space around the UI component.

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

dxPolarChart argumentAxis label

Reference
Specifies properties for argument axis labels.

Axis labels represent textual values for axis ticks, which are not visible by default. To specify custom settings for the argument axis labels, use the label configuration object. To set a common...

dxPolarChart legend

Reference
Specifies the properties of a chart's legend.

The PolarChart UI component can include a legend - an explanatory component that helps you identify a series. Each series is represented by an item on a Legend. An item marker identifies the series...