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

Licensing

Guides

Table of Contents Evaluation (Trial) Obtain Your License Key Validate Your License Key Deployment and Continuous Integration (CI) Updating License Keys Information Security Validation FAQ You must purchase a license to use DevExtreme UI components/libraries within a software project. If you are ready to incorporate DevExtreme UI components/libraries in your project, please visit

EndpointSelector

Reference
The EndpointSelector is an object for managing OData endpoints in your application.

This object selects local or production OData service URL depending on whether the app's local or deployed version is running. jQuery JavaScript var endpointSelector = new DevExpress.data.EndpointSelector({ db1: { local: "http://localhost:55555/service1.svc/", production: "http://services.example.com/service1.svc/" }, db2: { local: "http://localhost

dxPolarChart AreaSeries point image

Reference
An object specifying the parameters of an image that is used as a point marker.

In a common case, chart points are represented by default point markers. However, you can use a custom image as a point marker. To do this, specify the properties of the image object. Assign a URL leading to your image to the url property. If the size of your image does not correspond to your needs, specify the width and height properties. NOTE If you do not need to resize your image, you can

dxPolarChart commonSeriesSettings point image

Reference
An object specifying the parameters of an image that is used as a point marker.

In a common case, chart points are represented by default point markers. However, you can use a custom image as a point marker. To do this, specify the properties of the image object. Assign a URL leading to your image to the url property. If the size of your image does not correspond to your needs, specify the width and height properties. NOTE If you do not need to resize your image, you can

dxPolarChart series point image

Reference
An object specifying the parameters of an image that is used as a point marker.

In a common case, chart points are represented by default point markers. However, you can use a custom image as a point marker. To do this, specify the properties of the image object. Assign a URL leading to your image to the url property. If the size of your image does not correspond to your needs, specify the width and height properties. NOTE If you do not need to resize your image, you can