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

dxChart RangeAreaSeries point image url

Reference
Specifies the URL of the image to be used as a point marker.

Normally, this property accepts one URL as a string value, but if you have a range area series, you may want to specify different images for the minimum and maximum points. In that instance, set the url property to an object with the rangeMinPoint and rangeMaxPoint fields. rangeMaxPoint Specifies the URL of the image to be used as a maximum point marker. rangeMinPoint Specifies the URL

dxChart commonSeriesSettings point image url

Reference
Specifies the URL of the image to be used as a point marker.

Normally, this property accepts one URL as a string value, but if you have a range area series, you may want to specify different images for the minimum and maximum points. In that instance, set the url property to an object with the rangeMinPoint and rangeMaxPoint fields. rangeMaxPoint Specifies the URL of the image to be used as a maximum point marker. rangeMinPoint Specifies the URL

dxChart series point image url

Reference
Specifies the URL of the image to be used as a point marker.

Normally, this property accepts one URL as a string value, but if you have a range area series, you may want to specify different images for the minimum and maximum points. In that instance, set the url property to an object with the rangeMinPoint and rangeMaxPoint fields. rangeMaxPoint Specifies the URL of the image to be used as a maximum point marker. rangeMinPoint Specifies the URL

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