[reportlab-users] [Fwd: Axis header in HorizontalLineChart]

Jim Steil jim at qlf.com
Fri Aug 31 09:54:12 EDT 2007


That sounds just like what I need. Thanks!

-Jim

Isabelle Lecoeuche wrote:

> Not sure it is the best way to do this, but my solution is as follow:

>

> I have a drawing I am adding the chart to:

> d=Drawing(width,height)

> d.add(myChart)

>

> I create Labels for my xaxis and yaxis , e.g., myYLabel=Label(),

> then assign all labels parameters (such as fontName, fontSize,

> boxAnchor, angle, x, y)

>

> For Yaxis, the angle is 90.

>

> Then add the labels to the drawing:

> d.add(myXLabel)

> d.add(myYLabel)

>

>

> IL_.

>

>> From: Jim Steil <jim at qlf.com>

>> Reply-To: Support list for users of Reportlab

>> software<reportlab-users at reportlab.com>

>> To: Support list for users of Reportlab

>> software<reportlab-users at reportlab.com>

>> Subject: [reportlab-users] [Fwd: Axis header in HorizontalLineChart]

>> Date: Fri, 31 Aug 2007 08:07:58 -0500

>>

>> Just checking back to see if anyone had any thoughts on this...

>>

>> -Jim

>>

>> Hi:

>>

>> I can't seem to find how to put a heading on my axes on my chart. I

>> know I can add labels for the points along each of the axes, but I

>> just want to provide heading on each axis as well. Are there

>> properties I that I can set for these?

>>

>> -Jim

>> _______________________________________________

>> reportlab-users mailing list

>> reportlab-users at reportlab.com

>> http://two.pairlist.net/mailman/listinfo/reportlab-users

>>

>> _______________________________________________

>> reportlab-users mailing list

>> reportlab-users at reportlab.com

>> http://two.pairlist.net/mailman/listinfo/reportlab-users

>

> _________________________________________________________________

> The next generation of Hotmail is here! http://www.newhotmail.co.uk

>

> _______________________________________________

> reportlab-users mailing list

> reportlab-users at reportlab.com

> http://two.pairlist.net/mailman/listinfo/reportlab-users




More information about the reportlab-users mailing list