Class

ac.IntDataTypeFormatter

Simple integer value formatter for axis labels.

Summary

Constructors
ac.IntDataTypeFormatter()
ac.IntDataTypeFormatter(pattern)
Methods
format(value)
getDefaultFormattingPattern()
setFormattingPattern(pattern)

Constructor detail

ac.IntDataTypeFormatter()

Creates a new instance of ac.IntDataTypeFormatter

ac.IntDataTypeFormatter(pattern)

Creates a new instance of ac.IntDataTypeFormatter with passed pattern. PARAMETER * pattern (text)

Method detail

format(value)

Formats the given value which has to be of type IntDataType.

Parameters

* value (ac.DataType or the child class) the value to format

Returns

* text in formatted value

getDefaultFormattingPattern()

RETURN VALUE

setFormattingPattern(pattern)

PARAMETERS