Search Results: "wiki/RecentlyCommented" property

dxRangeSelector chart series

Reference
An object defining the chart's series.

If you are going to display several series in the range selector's chart, assign an array of objects defining these series to this property. If a single series must be displayed in the chart, assign an object defining this series to this property. The properties of the series configuration object represent the properties that can be set to define the series. To get information on all

dxAutocomplete buttons

Reference
Allows you to add custom buttons to the input text field.

or after the input text field. NOTE This property does not work for built-in buttons. name Specifies the button's name. See Also getButton(name) options Configures the Button UI component used as the action button. NOTE This property does not work for built-in buttons. View Demo

dxBarGauge label font

Reference
Specifies font properties for bar labels.

color Specifies font color. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address family Specifies font family. For details on acceptable values, refer to the Font family article. opacity Specifies font opacity. This property accepts a value from 0 to 1, where 0 makes the text

dxBarGauge legend font

Reference
Specifies the legend items' font properties.

color Specifies font color. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address family Specifies font family. For details on acceptable values, refer to the Font family article. opacity Specifies font opacity. This property accepts a value from 0 to 1, where 0 makes the text

dxBarGauge loadingIndicator

Reference
Configures the loading indicator.

When the UI component is bound to a remote data source, it can display a loading indicator while data is loading. To change the loading indicator's visibility, use the show property or the showLoadingIndicator() and hideLoadingIndicator() methods. backgroundColor Colors the background of the loading indicator. This property supports the following colors: Hexadecimal colors RGB colors RGBA