XYSplineRenderer no more lines after 1.0.9 -> 1.0.19

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bruehlicke
Posts: 25
Joined: Thu Apr 03, 2008 5:51 pm
Location: Houston, TX, USA

XYSplineRenderer no more lines after 1.0.9 -> 1.0.19

Post by bruehlicke » Fri Mar 31, 2017 3:31 pm

Had code like

Code: Select all

myrenderer = new XYSplineRenderer();
myRenderer.setSeriesShapesVisible(0,false);
This made a nice smooth spline through my points in 1.0.9. Now, in 1.0.19 the line is gone. When I do not set the setSeriesShapeVisible I get the shapes which I do not want to see. I just want to see the spline between them

Will do some more researching as I see a lot of code was changes in XYSplineRenderer .... any ideas are welcome. Must be trivial.

Locked