ChartDirector 7.1 (.NET Edition)

BaseChart.setNumberFormat


Usage

[C#]public void setNumberFormat([ char thousandSeparator [, char decimalPointChar [, char signChar ]]]);
[VB]Public Sub setNumberFormat([ thousandSeparator As char [, decimalPointChar As char [, signChar As char ]]])

Description

Sets 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