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
dxPieChart PieSeries smallValuesGrouping
If you need to group specific chart segments into one, use the properties of the smallValuesGrouping configuration object. You can group segments in two different modes. Use a 'topN' mode to group all segments that have an index that is equal to or greater than the value of the topCount property. To group all segments with the value less than the value of the threshold property, use
dxTreeList sorting
. Applies only when sorting.mode is "multiple" and data is sorted by two or more columns. View Demo
dxVectorMap projection
You can use one of the following out-of-the-box projections: Mercator projection Equirectangular projection Lambert cylindrical projection Miller cylindrical projection To set a custom projection, implement two functions (from and to) that convert coordinates from geographical to UI component coordinate systems. The to callback is executed to render initial data in VectorMap. The from
Rotate the Pie
The PieChart provides two properties that control the layout algorithm, allowing you to rotate the pie. The first is startAngle that specifies the angle at which to lay out the first pie slice and has a value of zero degrees by default. Decreasing this value rotates the pie clockwise; increasing it does the opposite. The second property is segmentsDirection that specifies the direction
Server-Side Data Processing
We recommend server-side data processing for large datasets. The ODataStore supports server-side filtering and sorting. DevExtreme provides extensions that help implement data processing for ASP.NET...