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
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
dxPieChart commonSeriesSettings 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
dxPieChart series 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
dxPieChart DoughnutSeries 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