setSectionOutlinesVisible(true) - not available

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Joey4u
Posts: 4
Joined: Mon Jun 19, 2006 5:35 pm

setSectionOutlinesVisible(true) - not available

Post by Joey4u » Mon Jun 19, 2006 5:40 pm

I can't find the method setSectionOutlinesVisible(true) of Class PiePlot.

I use the jfreechart-1.0.1-demo.jar, dated 27-Jan-2006

This method is described in JFreeChart_Documentation, but my Compiler marked it as unknown.

Any help appreciated.
Thanx.

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 » Wed Jun 21, 2006 10:56 am

The jar file you refer to only has the demo applications in it. Do you also have the jfreechart-1.0.1.jar file on your classpath?
David Gilbert
JFreeChart Project Leader

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

Joey4u
Posts: 4
Joined: Mon Jun 19, 2006 5:35 pm

Post by Joey4u » Wed Jun 21, 2006 5:47 pm

David,

uups, my mistake. But only when naming the demo-jar.

Correctly I meant the jfreechart-1.0.1.jar which I have in my class-path.

I have looked into the jfreechart-1.0.1.jar. For the PieChart class I name its "attributes":
Name: PiePlot.class
Path: org\jfree\chart\plot\
Date: 27-Jan-2006 14:29
Size: 33798
CRC: 44a08740

Any idea?

Locked