Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Utils excelExporter
([buffer], { type: 'application/octet-stream' }), 'DataGrid.xlsx'); }); }); } }); <head> <!-- ... --> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.4.0/polyfill.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/devextreme-exceljs-fork@4.4.1/dist/dx-exceljs-fork.min.js"></script> <script
dxChart commonAxisSettings
The commonAxisSettings object, which is described here, specifies common settings for all axes in a chart. To configure a particular axis, use the argumentAxis or valueAxis object. Axis-specific...
dxPolarChart
The PolarChart UI component visualizes data in a polar coordinate system. In this system, each point on a plane is determined by the distance from the center (the point's value) and the angle from a...
dxChart commonPaneSettings border
bottom Shows/hides the bottom border of the pane. Applies only when the border.visible property is true. color Specifies the color of the pane border. This property supports the following...
dxChart loadingIndicator
When the UI component is bound to a remote data source, it can display a loading indicator while data is loading. To enable the automatic loading indicator, set the enabled property to true. If...