More info: http://www.gpoint.com/ -----Original Message----- From: Nick Gompper [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 3:31 PM To: CF-Talk Subject: RE: title for CFCHART?
I'm using v7. If you define your own XML style for your chart, you can specify the title using the title tag: Here's an snippet that I generated using WebCharts3D (see http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=ColdFusion_Documentation&file=00000226.htm): <title isAntialiased="true" foreground="blue" isMultiline="false"> <decoration style="None"/> My Title </title> You could probably cut and paste this into a copy of one of the provided styles located in cfusion\charting\gallery (then copy it into your application directory and reference it like style="mystyle.xml" in the cfchart tag). Hope this helps, Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207232 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

