dundas.controls.RangeSizeRule Class

A binding rule that maps a numeric range of data values into a single size value.
 

Inheritance Hierarchy

 
Class
   dundas.controls.BindingRule
      dundas.controls.SizeBindingRule
         dundas.controls.RangeSizeRule
 

Constructors

 
  Name Description
init Initializes a new instance of the RangeSizeRule class. Inherited from dundas.controls.BindingRule.
 
 

Properties

 
  Name Description
classes Gets the current set of data binding classes for this rule. Inherited from dundas.controls.BindingRule.
dataRange Gets or sets the range of data values this rule applies to.
isDisplayedInLegend Gets or sets a value indicating whether this rule is displayed in the legend. Inherited from dundas.controls.BindingRule.
legendCategory Gets or sets the category within which to group legend items displaying this binding rule's classes. Inherited from dundas.controls.BindingRule.
legendText Gets or sets text that can include placeholder keywords used to display the range of values defined by this rule.
value Gets or sets the size value for this rule's data range.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns a string representation of this object.