Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxVectorMap annotations

Reference
Specifies the annotation collection.

" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation) { const data...-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type="custom" template

dxPolarChart ValueAxis

Reference
Specifies value axis properties for the PolarChart UI component.

axisDivisionFactor Specifies a coefficient for dividing the value axis. categories Specifies the order of categories on an axis of the "discrete" type. constantLines Defines an array of the...

Utils ui

Reference
An object that serves as a namespace for DevExtreme UI components as well as for methods implementing UI logic in DevExtreme sites/applications.

after their display time ends. The default hide animation duration for toast messages is 400 milliseconds. If multiple messages can stack in your application and block important visual elements, you... messages disappear with an animated effect after their display time ends. The default hide animation duration for toast messages is 400 milliseconds. If multiple messages can stack in your application

Getting Started with Form

Guides

jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Vue NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. React NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. The Form

Export

Guides

"); }); }); NOTE You can pass a PivotGrid instance, a worksheet, and other properties to exportPivotGrid to customize your Excel sheet. For a full list, refer to ExcelExportPivotGridProps. Export to CSV...() { return ( <PivotGrid ... onExporting={onExporting} /> ); } For another example of customizing your exported PivotGrid, see the following demo