Enum ShapeMapSeries.RangeGroupings
Determines which algorithm will be used to split the data into groups. The count of groups is determined by the ColorsCount property.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum RangeGroupings
EqualDistribution
The processing engine will try to distribute the amount of data values evenly among the groups, assigning a group to each value in the range.
EqualInterval
The range between the minimum and maximum values will be divided by the group count, so every value will fall in a specific interval.
None
No grouping will be used.