dundas.controls.BindingRule Class

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

Inheritance Hierarchy

 
Class
   dundas.controls.BindingRule
      dundas.controls.ColorBindingRule
      dundas.controls.SizeBindingRule
 

Constructors

 
  Name Description
init Initializes a new instance of the BindingRule class.
 
 

Properties

 
  Name Description
classes Gets the current set of data binding classes for this rule.
isDisplayedInLegend Gets or sets a value indicating whether this rule is displayed in the legend.
legendCategory Gets or sets the category within which to group legend items displaying this binding rule's classes.
 
 

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.