dundas.data.MeasureUsageFormatInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.data.MeasureUsageFormatInfo
 

Constructors

 
  Name Description
init Specifies options for formatting a number as displayable text.
 
 

Properties

 
  Name Description
billionsFormat Gets or sets a format defining how to display numbers in billions units.
format Gets or sets a .NET format string defining how to display the number.
isLargeNumberFormattingPerValue Gets or sets a value indicating whether large numbers are each formatted separately.
millionsFormat Gets or sets a format defining how to display numbers in millions units.
nullValueText Gets or sets the text to be displayed instead of the null values.
rangeOverrides Gets or sets the range overrides, if any.
symbol Gets or sets a symbol that can be placed before or after the number.
symbolPlacement Gets or sets the placement of the symbol if not a currency symbol.
thousandsFormat Gets or sets a format defining how to display numbers in thousands units.
trillionsFormat Gets or sets a format defining how to display numbers in trillions units.
useCubeFormatInfo Gets or sets a value indicating whether the cube measure formatting information should be used.
 
 

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.