dundas.data.RangeFormatInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.data.RangeFormatInfo
 

Constructors

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

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.
range Gets or sets a value with the range for this format info.
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.
 
 

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.