hi,
how can i remove the title completely from a chart?
tia,
ulrich
remove title from chart? titleless chart?
I simply send "" (empty string) as the chart title( the first parameter to Create<ChartTypeHere>Chart(...);)
null may also work, altho I haven't tried that in 0.9.13
edit: tested null and it seems to remove the title area completely, whereas "" will leave some space at the top where the title should be.
Jeff
null may also work, altho I haven't tried that in 0.9.13
edit: tested null and it seems to remove the title area completely, whereas "" will leave some space at the top where the title should be.
Jeff
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
null is better than "".
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

