NDataGrouping Class Members
The following tables list the members exposed by NDataGrouping.
| Name | Description |
| RoundedRanges | Determines whether to round the ranges calculated in the Classify method or not. By default set top false. Note that the rounding of the data ranges will produce "nicer" numbers for the map legend but may alter the way the algorithm clssifies the data points. So it is recommended not to use rounding for a small number of data points. |
Top
| Name | Description |
| Classify | Creates the specified number of data ranges (classes) for the given set of data points (distinct values). |
Top