JPGraph states it uses standard printf formatting for labels. However, I can't figure out how to get my labels to format properly for USD. I need the output to begin with $ and have a comma separator. The string I' trying is:
$%'01.2f
Here's my code for setting the value format:
$bplot->value->SetFormat("$%'01.2f");
What am I missing?