At 03:30 PM 9/2/2010, Larry wrote:
I have a chart that I generate for different days (Monday, Tuesday, etc). Instead of a generic title on the chart (eg Sales By Rep) I'd like the chart title to say the day. Otherwise, you can't tell what data you're looking at.

Previously I've done this by saving the chart into a JPG then writing a report to "wrap" the JPG with the header information. But that's a lot of extra work and overhead.

Is there any way to make the chart title variable, or set it under program control?

Larry,

You can do so using the CHART_TITLE parameter of R:Charts Plugin syntax.

PLUGIN RCharts76.RBL +
 FILENAME RChartFile.rbc +
 |SAVE_TO_JPG Thursday.jpg +
 |IMAGE_WIDTH 500 +
 |IMAGE_HEIGHT 400 +
 |LEGEND_VISIBLE OFF +
 |CHART_TITLE Thursday

This parameter is available in R:Charts 7.6, 8.0, 9.0 (32), and 9.0 (64).

http://www.rcharts.com/

Best regards,

John Minyo II
R:BASE Technologies, Inc
Customer Service

Reply via email to