Search Results: "wiki/RecentlyCommented" property

dxCircularGauge valueIndicator

Reference
Specifies the appearance properties of the value indicator.

The value indicator is a pointer which designates the main value of the gauge. There are several types of value indicators. Set the required one by using the type property, and then specify... the background color for the indicator of the rangeBar type. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined

dxLinearGauge valueIndicator

Reference
Specifies the appearance properties of the value indicator.

The value indicator is a pointer that designates the main value of the gauge. There are several types of value indicators. Set the required one by using the type property, and then specify... color for the indicator of the rangeBar type. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint

dxPolarChart BarSeries

Reference
An object defining a series of the bar type.

. When defining series using the series configuration object, set the argumentField property to the corresponding field from the data source for each series individually. If the field that supplies arguments for data points is called in a similar way for several series, there is no need to set the field name for each series individually. Instead, set the field name for the argumentField property

dxAutocomplete items

Reference
An array of items displayed by the UI component.

, reassign the entire items array as shown in the following example: JavaScript autocompleteInstance.option('items', newItems); As an alternative to items, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property if you

dxLookup items

Reference
An array of items displayed by the UI component.

, reassign the entire items array as shown in the following example: JavaScript lookupInstance.option('items', newItems); As an alternative to items, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property if you use