I have a question

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mylinh
Posts: 2
Joined: Thu Jul 19, 2018 8:05 am
antibot: No, of course not.

I have a question

Post by mylinh » Thu Jul 19, 2018 8:08 am

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 object

can any one please tell me if there is a way to change the default shape to some image or ellipse or bubble

thanku

Locked