Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Customize
The Map UI component allows you to provide a single icon for all markers. For this purpose, assign the URL of the icon to the markerIconSrc property. In addition, you can customize the icon of an individual marker using the iconScr property. jQuery JavaScript $(function() { $("#mapContainer").dxMap({ zoom: 10, markerIconSrc: "https://js.devexpress.com/Demos/RealtorApp/images
Read-Only Data in JSON Format
To bind a UI component to JSON data, pass the data URL to the UI component's dataSource property. jQuery index.js $(function() { $("#dataGridContainer").dxDataGrid({ dataSource: "https://jsonplaceholder.typicode.com/posts" }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-data-grid [dataSource]="jsonUrl"> </dx-data-grid> import { Component
dxChart argumentAxis title
The axis title is a short text displayed alongside the axis. Usually, the axis title shows units of measurement for arguments displayed by the axis. You can put any text in the axis title though. If you assign an object to the title property, specifying the text field of this object is necessary for the axis title to be displayed. Besides the object, the title property accepts a string, thus
dxChart valueAxis title
The axis title is a short text displayed alongside the axis. Usually, the axis title shows units of measurement for values displayed by the axis. You can put any text in the axis title though. If you assign an object to the title property, specifying the text field of this object is necessary for the axis title to be displayed. Besides the object, the title property accepts a string, thus
Shape Types
The following built-in shape types are available in the Diagram UI component: General Group Texttext rectangle ellipse cross triangle diamond heart ...