Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxPieChart commonAnnotationSettings
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
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
". 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
) { // ... }, 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
. 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