dundas.data.OtherGroupSettings Class

 

Inheritance Hierarchy

 
Class
   dundas.data.OtherGroupSettings
 

Constructors

 
  Name Description
init Initializes the OtherGroupSettings. Called during construction.
 
 

Properties

 
  Name Description
category Gets or sets the category for the other group analysis.
hierarchyUniqueName Gets or sets the unique name for the target hierarchy for which the other group analysis is performed.
lowerBoundary Gets or sets the group lower boundary comparison rule and value. Used for top and middle group categories.
measureUniqueName Gets or sets the unique name for the measure element for which the other group analysis is performed.
otherGroupCaption Gets or sets the other group caption.
upperBoundary Gets or sets the group upper boundary comparison rule and value. Used for bottom and middle group categories.
 
 

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.