Is it possible to set a fixed distance between the plotArea and the chartPanel boundaries?
furthermore, is it possible to place some descriptions or notes in terms of a JTextField on the chart?
gap between plotArea&chartpanel boundary+description on
-
- Posts: 12
- Joined: Thu Aug 04, 2005 2:56 pm
- Location: Oldenburg - Germany
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: gap between plotArea&chartpanel boundary+description
No, because the plot area is whatever is left after the chart title, legend and axis labels have been placed.Harry Plotter wrote:Is it possible to set a fixed distance between the plotArea and the chartPanel boundaries?
It is not possible to add Swing components to the charts. You can add an annotation to the chart though, for example XYTextAnnotation.Harry Plotter wrote:furthermore, is it possible to place some descriptions or notes in terms of a JTextField on the chart?
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

