Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010
- All Results 1000
- Guides 332
- Reference 668
- Technical Demos
- Support Center
dxFunnel item selectionStyle
NOTE Though not provided out of the box, the selection capability can be implemented using the UI component's API. Refer to the onItemClick property for details. border Configures a funnel item's border appearance when a user selects this item. hatching Applies hatching to a selected funnel item. Hatching fills a funnel item with parallel diagonal lines.
grids StateStoring
customLoad Specifies a function that is executed on state loading. Applies only if the type is 'custom'. customSave Specifies a function that is executed on state change. Applies only if the type...
dxVectorMap Configuration
of the center for a map. By default, the map in the UI component is centered on the (0, 0) point. If you need to center the map on a different geographical point, assign an array of two values... (e) { this.vectorMapInstance = e.component; } } Vue App.vue (Options API)App.vue (Composition API) <template> <div> <DxVectorMap ... @initialized
dxChart crosshair label
Crosshair labels appear on the chart axes when a user pauses on a series point. They display the argument and the value of this series point. There are two crosshair labels on a chart - one for each crosshair line, and the label object described here configures both. If you need to set properties individually for each label, use the label object within the crosshair.horizontalLine
dxDataGrid sorting
is sorted by two or more columns. View Demo