Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comment / Note in a JFree Chart

I am looking for a way to insert a specific comment / note in an image created by JFree Chart. The note can be anywhere on the image (png), above or below the chart.

Is there a way to do this?

like image 334
zeiger Avatar asked Jan 23 '26 14:01

zeiger


1 Answers

To add text, addSubtitle() is a common approach, and TextTitle is a convenient implementation of the Title interface.

like image 137
trashgod Avatar answered Jan 26 '26 14:01

trashgod