Class Index

Global Variables

Classes


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.

Class Summary
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

Documentation generated by JsDoc Toolkit 2.1.0 on Fri Feb 25 2011 12:34:46 GMT-0500 (EST)