disabled ChartpropertyEditPanel

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
cristina
Posts: 6
Joined: Fri Oct 22, 2004 6:14 pm

disabled ChartpropertyEditPanel

Post by cristina » Fri Oct 22, 2004 6:25 pm

How I can disabled ChartpropertyEditPanel ?
Thanks

enrico
Posts: 49
Joined: Thu Jul 22, 2004 7:13 pm
Location: Shaanxi, P.R.China

Post by enrico » Sat Oct 23, 2004 1:22 am

use
ChartPanel(JFreeChart chart, boolean properties, boolean save, boolean print, boolean zoom, boolean tooltips)
Constructs a JFreeChart panel.

or

ChartPanel(JFreeChart chart, int width, int height, int minimumDrawWidth, int minimumDrawHeight, int maximumDrawWidth, int maximumDrawHeight, boolean useBuffer, boolean properties, boolean save, boolean print, boolean zoom, boolean tooltips)
Constructs a JFreeChart panel.

cristina
Posts: 6
Joined: Fri Oct 22, 2004 6:14 pm

Post by cristina » Tue Oct 26, 2004 8:50 pm

thanks to respond and to help me

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Oct 26, 2004 11:05 pm

I think you can use setPopupMenu(null) in the ChartPanel.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked