Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost

dxPolarChart ScatterSeries point

Reference
An object defining configuration properties for points in line and area series.

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 assign an image URL directly to the image field. selectionMode Specifies what series points to highlight when

dxDiagram customShapes

Reference
Provide access to an array of custom shapes.

:category="'hardware'" :type="'internet'" :title="'Internet'" :background-image-url="'images/shapes/internet.svg'" :background-image-left="0.15... edge matches the shape's top edge. The absolute offset is calculated by multiplying the backgroundImageTop value by the shape's height. backgroundImageUrl Specifies the shape background image's URL

dxMap markers

Reference
An array of markers displayed on a map.

If you use the Knockout approach when working with the Map UI component, you can pass an observable array to the markers property to easily manage markers. View Demo View on GitHub iconSrc A URL pointing to the custom icon to be used for the marker. location Specifies the marker location. You can specify the location value in one

Query

Reference
The Query is an object that provides a chainable interface for making data queries.

To create a Query, call the query(array) or query(url, queryOptions) method, depending on the type of the storage you access. The Query supports method chaining. This enables you to execute several methods in a single statement. jQuery JavaScript var dataObjects = [ { name: "Amelia", birthYear: 1991, gender: "female" }, { name: "Benjamin", birthYear: 1983, gender: "male" }, { name

dxChart annotations

Reference
Specifies the annotation collection.

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