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

Web API Service

Guides

createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#chartContainer").dxChart({ dataSource: DevExpress.data.AspNet.createStore...() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction" }); } } import

Web API Service

Guides

createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#funnelContainer").dxFunnel({ dataSource: DevExpress.data.AspNet.createStore...() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction" }); } } import

Web API Service

Guides

createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#pieChartContainer").dxPieChart({ dataSource...; constructor() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction

OData Service

Guides

: 'odata', url: 'https://www.example.com/dataservices/odata/targetData', key: ['from', 'to'] }, paginate: false...: ['./app.component.css'] }) export class AppComponent { sankeyDataSource = new DataSource({ store: { type: 'odata', url: 'https://www.example.com/dataservices/odata/targetData

Web API Service

Guides

client-side createStore method: jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#sankeyContainer").dxSankey({ dataSource...: CustomStore; constructor() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: ['from', 'to'], loadUrl: serviceUrl + "/GetAction