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

Utils excelExporter

Reference
An object that serves as a namespace for the methods that export DevExtreme UI components to Excel.

([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

Reference
Defines common settings for both the argument and value axis in a chart.

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

Reference
The PolarChart is a UI component that visualizes data in a polar coordinate system.

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

Reference
Configures the pane 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

Reference
Configures the loading indicator.

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