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

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

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

Visual Elements

Guides

This guide gives a detailed overview of PivotGrid visual elements. Each topic in this guide contains a brief description of an element and its main features, which can be configured. Below is a...

Fields and Areas

Guides

The structure of data displayed by the pivot grid is defined in the fields array. The pivot grid UI component is designed to group and summarize field values within areas and allows you to analyze...

dxBarGauge margin

Reference
Generates space around the UI component.

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