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

dxPieChart commonAnnotationSettings

Reference
Specifies settings common for all annotations in the PieChart.

the annotation's height in pixels. image Configures the image to be displayed in the annotation. Applies only if the type is "image". To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property. View Demo location Specifies an annotation's position on the surface

dxPolarChart commonAnnotationSettings

Reference
Specifies settings common for all annotations in the PolarChart.

only. height Specifies the annotation's height in pixels. image Configures the image to be displayed in the annotation. Applies only if the type is "image". To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property. View Demo offsetX Moves the annotation

dxVectorMap commonAnnotationSettings

Reference
Specifies settings common for all annotations in the VectorMap.

". To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property

Custom Data Sources

Guides

) { // ... }, insert: function(values) { var deferred = $.Deferred(); $.ajax({ url: "https://mydomain.com/MyDataService/", method: "POST..."); }); return deferred.promise(); }, remove: function(key) { var deferred = $.Deferred(); $.ajax({ url: "https://mydomain.com/MyDataService

dxFileManager toolbar fileSelectionItems

Reference
Configures settings of the toolbar items that are visible when users select files.

. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see