Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010

dxTreeView items

Reference
An array of items displayed by the UI component.

, 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 dataSource, and vice... information: Potentially Vulnerable API - html. You can use the text property as a safe alternative. icon Specifies the tree view item's icon. This property accepts one of the following

Hover

Guides

'devextreme-react/funnel'; class App extends React.Component { render() { return ( <Funnel hoverEnabled={false} /> ); } } export default App; API You can change... React.Component { toggleItemHoverState (item) { item.hover(!item.isHovered()); } } export default App; See Also Access a Funnel Item Using the API Events When a funnel item's hover state

dxChart commonSeriesSettings point

Reference
Configures series points in scatter, line- and area-like series.

AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries... selectionMode Specifies series elements to be highlighted when a user selects a series point. NOTE Though not provided out of the box, the selection capability can be implemented using the UI component API

dxChart series point

Reference
Configures series points in scatter, line- and area-like series.

AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries... selectionMode Specifies series elements to be highlighted when a user selects a series point. NOTE Though not provided out of the box, the selection capability can be implemented using the UI component API

dxChart AreaSeries point

Reference
Configures series points in scatter, line- and area-like series.

AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries... selectionMode Specifies series elements to be highlighted when a user selects a series point. NOTE Though not provided out of the box, the selection capability can be implemented using the UI component API