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

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

dxDataGrid columns

Reference
An array of grid columns.

the following format: [selector, comparisonOperator, filterValue] selector A dataField or function that accepts a rowData property and returns column values. Pass this.calculateCellValue if your... to implement advanced filtering behavior. The following code snippet returns data from ColumnTwo when users filter ColumnOne data in the DataGrid filterRow: jQuery JavaScript $(function

dxDataGrid Configuration

Reference
This section describes the configuration properties of the DataGrid UI component.

, and paging) remotely and advanced operations (grouping and summary calculation) locally, certain user actions will force the DataGrid to query the server for data repeatedly despite caching being enabled. Particularly, the advanced operations demand data to be reloaded completely from the server to provide correct results. See Also Enhance Performance on Large Datasets cellHintEnabled Enables

dxFunnel Configuration

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

color names Predefined SVG colors See Also argumentField valueField dataSource Binds the UI component to data. The Funnel works with collections of objects. Depending on your data source...-Only Data in JSON Format 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