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

dxSankey Configuration

Reference
This section describes properties that configure the Sankey UI component's contents, behavior and appearance.

Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following extensions to enable the server... access to the server on the client as shown below. This method is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service

Command Columns

Guides

", icon: "/url/to/my/icon.ico", hint: "My Command", onClick: function (e) { // Execute your command here...="delete"></dxi-button> <dxi-button text="My Command" icon="/url/to/my/icon.ico" hint="My Command" [onClick]="myCommand"> <

dxPieChart Configuration

Reference
An object that defines configuration properties for the PieChart UI component.

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

dxPolarChart Configuration

Reference
An object defining configuration properties for the PolarChart UI component.

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

Getting Started with PivotGrid

Guides

the XmlaStore to bind the PivotGrid to an OLAP service. To configure the XmlaStore, specify the OLAP service's url, the catalog that contains the OLAP cube to use, and the name of the cube. The following code...", url: "https://demos.devexpress.com/Services/OLAP/msmdpump.dll", catalog: "Adventure Works DW Standard Edition", cube: "Adventure Works