Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxLinearGauge Configuration
animation properties. To make your gauge "live", enable animation for it by setting the enabled property of the animation object to true. In this instance, the gauge indicators will appear in motion...;/LinearGauge> ); } } export default App; export Configures the exporting and printing features. These features allow a user to export your UI component into a document or print it. When exporting
dxRangeSelector Configuration
. If not, use the selectedRangeColor and tick to customize the appearance of your UI component. View Demo behavior Specifies the RangeSelector's behavior properties. chart...; </RangeSelector> ); } } export default App; export Configures the exporting and printing features. These features allow a user to export your UI component into a document
dxColorBox Configuration
Specifies whether or not the UI component allows an end user to enter a custom value. accessKey Specifies the shortcut key that sets focus on the UI component. The value of this property will be passed..., use this property to specify aria-label for the component. jQuery index.js $(function(){ $("#colorBoxContainer").dxColorBox({ // ... inputAttr: { 'aria-label': 'your
PHP Service
. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service.php"; $("#chartContainer").dxChart({ dataSource: DevExpress.data.AspNet.createStore({ key: 'ID...://url/to/my/service.php"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from '@angular/platform-browser'; import
PHP Service
. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service.php"; $("#funnelContainer").dxFunnel({ dataSource: DevExpress.data.AspNet.createStore({ key: 'ID... = "https://url/to/my/service.php"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from '@angular/platform-browser