Search found 2 matches
help me
I clicked on the download link on the JCommon page, and it took me to the JFreeChart project at SourceForge. Search for jcommon there turned up nothing.
- Thu Jul 19, 2018 8:08 am
- Forum: JFreeChart
- Topic: I have a question
- Replies: 0
- Views: 6202
I have a question
hi, iam trying to devlop a chart wich has line chart with renderer.setSeriesLinesVisible(0, false); for the first series the default shape is shown as squares i.e the points need to be shown 3 dimensional i tried renderer.setBaseShape(Shape ); i cudn't change the shape to circle using awt shape obje...