[reportlab-users] Table for chart axis label
Andy Robinson
andy at reportlab.com
Sun Oct 14 07:15:46 EDT 2007
On 14/10/2007, Refrigerator Johnny <john at deviltech.com> wrote:
>
>
> Any suggestions on how to use a Table as the categoryAxis on a
> HorizontalLineChart?
Tables are not part of thee graphics framework, sadly. If you are
placing a chart in a PDF, you could explicityly position a table close
to it; but tables and paragraphs cannot simply be placed in a Drawing
as they are from totally different object hierarchies.
- Andy
More information about the reportlab-users
mailing list