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.

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.

Declaration

cs-api-definition
EqualDistribution = 2

Field Value

ShapeMapSeries.RangeGroupings

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.

Declaration

cs-api-definition
EqualInterval = 1

Field Value

ShapeMapSeries.RangeGroupings

None

No grouping will be used.

Declaration

cs-api-definition
None = 0

Field Value

ShapeMapSeries.RangeGroupings

In this article
DefinitionFieldsEqualDistributionEqualIntervalNone
Not finding the help you need?
Contact Support