Search Results: for qna runtime test begin qna runtime test query for qna runtime test end

Utils ui

Reference
An object that serves as a namespace for DevExtreme UI components as well as for methods implementing UI logic in DevExtreme sites/applications.

) repaintFloatingActionButton() Repaints the Floating Action Button. Call this method to repaint the Floating Action Button after you change the GlobalConfig.floatingActionButtonConfig at runtime

dxChart commonSeriesSettings

Reference
Specifies settings common for all series in the chart.

at runtime. Series.hide() - hides the series at runtime. width Specifies the width of the series line in pixels. Applies only to line-like series.

dxChart series

Reference
Specifies properties for Chart UI component series.

Also Series.show() - shows the series at runtime. Series.hide() - hides the series at runtime. width Specifies the width of the series line in pixels. Applies only to line-like series.

dxCircularGauge Configuration

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

, assign an array with them to the subvalues field. You can obtain and change the subvalues at runtime. In order to do this, use the subvalues() and subvalues(subvalues) methods. Note... obtain and change the gauge value at runtime. In order to do this, use the value() and value(value) methods. Only one main value can be indicated on a gauge. Besides the main gauge value, you can

dxLinearGauge Configuration

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

to the subvalues field. You can obtain and change the subvalues at runtime. In order to do this, use the subvalues() and subvalues(subvalues) methods. Note that in that case, you need to initialize... at runtime. In order to do this, use the value() and value(value) methods. Only one main value can be indicated on a gauge. Besides the main gauge value, you can indicate several extra values. Refer