ChartDirector Ver 3.0 (Perl Edition)

BaseChart.setNumberFormat


Usage

setNumberFormat([ thousandSeparator[, decimalPointChar[, signChar ]]])

Description

Set the characters used for thousand separator, decimal point, and negative sign.

Arguments

ArgumentDefaultDescription
thousandSeparator'~' The thousand separator. Use '~' to mean no thousand separator.
decimalPointChar'.' The decimal point character.
signChar'-'The negative sign character.

Return Value

None