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

dxChart ValueAxis

Reference
Configures the value axis.

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

Reference
An object defining configuration properties for the TextBox UI component.

-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

Reference
An object that defines configuration properties for the BarGauge UI component.

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

Reference
An object that defines configuration properties for the CircularGauge UI component.

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

Reference
An object that defines configuration properties for the LinearGauge UI component.

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