I don't want to modify it because of certain standards we have about 'exceptions and modifications'.
Anyway, here's an example:
$bplot->SetValueFormat(" $ %d",70);
The first argument is the format, in this case formatted with a dollar $ sign and no decimals. So as you can see, I can pass any argument here without modifying the library.