EnumShapeMapSeries.RangeGroupings
Enum
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:
cs-api-definition
public enum ShapeMapSeries.RangeGroupings
Fields
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.