MapChart.formatValue

Syntax

formatValue(value: Number|String, formatString: String);

Parameters

value. Initial value.

formatString. Reference format according to which the initial value is formatted.

Description

The formatValue method formats value in accordance with specified format.

Comments

The method returns a String-type value.

Example

The example of use is given on the page with description of the MapChart.findValueFormat method.

See also:

MapChart