[reportlab-users] BarLabelFormat

Marcus Vinicius Laranjeira reportlab-users@reportlab.com
Fri, 26 Jul 2002 09:24:06 -0300


Andy, folks,

    I need to use the BarLabelFormat with a function. My data series has 
numbers in seconds and I have to format them in the HH:MM format to be 
displayed as a barLabel... in the docs you say that BarLabelFormat receives 
a format string or a function.

     My question is, how do I have to make the function and pass the 
arguments to this function, as well as how I call this function in the code:

...
myBarChar.BarLabelFormat = ???????????
...

Thanks,

Cheers,

Marcus