Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
dxLinearGauge margin
jQuery index.js $(function() { $("#linearGaugeContainer").dxLinearGauge({ // ... margin: { top: 20, bottom: 20, left: 30, right:...
dxPieChart legend
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
jQuery index.js $(function() { $("#pieChartContainer").dxPieChart({ // ... margin: { top: 20, bottom: 20, left: 30, right: 30 ...
dxPolarChart argumentAxis label
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
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...