Hi,
our Charts are filled with different data with different decimals. I don't want to format them because they're formatted already. They should be displayed as they are.
These are my options from the xml-file:
showValues="1"
formatNumberScale="0"
decimalSeparator=","
thousandSeparator="."
inDecimalSeparator=","
inThousandSeparator="."
decimals="3"
forceDecimals="3"
My values:
12.345,678
123,40
The Result in the Chart:
12.345,678
123,400
What I want:
12.345,678
123,40
How is it possible to show the values in origin formatted format?
Regards,
Kilian