Is it possible to add an artibrary text to the chart (line chart, bar charts etc) For example, if have a line plot of y(x) = x^2 how can I add a text 'Most cars have 4 wheels' to the chart?
is it at all possible?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Here is an example.
Here is a good resource:
birtworld.blogspot.com/2010/08/birt-charting-scripting-overview.html
The discussion about adding labels is near the bottom.
@jfranken
Thanks for the link. I see the link describes the script's ability and java ability to manimulate some of the properties of the chart element, but I did not see anything that would allow or at least hint on how to add an additional textual element to the Chart.
@jfranken said: Here is an example.
This is exactly what I was looking for. Thanks!!