I am using the candlestick chart for information that requires the candlesticks to be whole numbers, and the volume chart to indicate Dollar Values. I am currently using these parameters in my chart:
decimals="0" vNumberPrefix="$" vDecimals="2" forceDecimals="1"
With this configuration, the candlesticks are correctly forced to be integers, but the volume chart values are allowed to go to 2 decimal places. They are not padded with zeroes as would be expected.
Removing the 'decimals' parameter causes the candlesticks to renders as though 'decimals="2"' was used.
Is there any way to force the volume chart to 2 decimals?