dundas.controls.SizeBindingRule Class

The base class for a rule that creates one or more size value classes.
 

Inheritance Hierarchy

 
Class
   dundas.controls.BindingRule
      dundas.controls.SizeBindingRule
         dundas.controls.AutoSizeRule
         dundas.controls.DiscreteSizeRule
         dundas.controls.RangeSizeRule
 

Properties

 
  Name Description
classes Gets the current set of data binding classes for this rule. Inherited from dundas.controls.BindingRule.
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.
 
 

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.