Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxChart ValueAxis
autoBreaksEnabled Enables auto-calculated scale breaks. Applies only if the axis' type is "continuous" or "logarithmic" and valueType is "numeric". axisDivisionFactor Specifies the minimum distance...
dxTextBox Configuration
-label for the component. jQuery index.js $(function(){ $("#textBoxContainer").dxTextBox({ // ... inputAttr: { 'aria-label': 'your-label', }, }); }); Angular app.component.html <dx-text-box ... [inputAttr]="{ 'aria-label': 'your-label' }"> </dx-text-box> Vue App.vue <template> <DxTextBox :input-attr="inputAttr
dxBarGauge 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...; ); } } export default App; endValue Specifies an end value for the gauge's invisible scale. export Configures the exporting and printing features. These features allow a user to export your UI component
dxCircularGauge 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... to export your UI component into a document or print it. When exporting is enabled, the "Exporting/Printing" button appears in the UI component. A click on it invokes a drop-down menu that lists
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