For example, there are some useful unicode characters like the Male and Female symbols which are easy to represent as a String:
Code: Select all
new Character('\u2642').toString()
Can anyone give me some pointers on how to achieve this in JFreeChart? Is it the kind of feature that would be useful to others? I'm thinking like a renderer.setSeriesCharacter(Character c) method?