Class MVNumericRangedBucket
MVNumericRangedBucket defines a bucket containing a numeric range. Note that the range includes the
low
value itself, but excludes the high
value itself.
Constructor Attributes | Constructor Name and Description |
---|---|
MVNumericRangedBucket(low, high, renderingStyle, label)
|
Class Detail
MVNumericRangedBucket(low, high, renderingStyle, label)
- Parameters:
- {Number} low
- the low end of the range (inclusive)
- {Number} high
- the high end of the range (exclusive)
- {String} renderingStyle
- the name of the rendering style associated with this bucket
- {String} label
- a short descriptive label for this bucket