dundas.data.MissingDataRule Class

 

Inheritance Hierarchy

 
Class
   dundas.data.MissingDataRule
 

Constructors

 
  Name Description
init Initializes the MissingDataRule. Called during construction.
 
 

Properties

 
  Name Description
axis Gets or sets the axis for missing data. This only applies if the category is an average.
inputCategory Gets or sets the rule that determines what null values are processed when retrieving data.
nullCaption Gets or sets the null caption.
outputCategory Gets or sets the rule that determines how null values are processed when retrieving data.
rollingAveragePeriod Gets or sets the rolling average period.
 
 

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.