Determines which algorithm will be used to split the data into groups. The count of groups is determined by the ColorsCount property.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ShapeMapSeries.RangeGroupings
Fields
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.
C#
EqualDistribution = 2
The range between the minimum and maximum values will be divided by the group count, so every value will fall in a specific interval.
C#
EqualInterval = 1
No grouping will be used.
C#
None = 0