Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 22
- Reference 978
- Technical Demos
- Support Center
dxPolarChart BarSeries
. 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
Formats
Values Customization Type "background" Any value the background-color CSS property accepts. Modify "bold" true, false Extend "color" Any value the color CSS property accepts. Modify "font" Any value the font-family CSS property accepts. Modify "italic" true, false Extend "link" String or Object ({ href
dxAutocomplete items
, 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
, 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
dxMultiView items
items, reassign the entire items array as shown in the following example: JavaScript multiViewInstance.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