Search found 1 match

by jack_mj
Mon Sep 13, 2010 6:34 pm
Forum: JFreeChart
Topic: Chart anchors for Stacked area chart?
Replies: 0
Views: 1551

Chart anchors for Stacked area chart?

Hi, I am using StackedXYAreaRenderer2.java in my code to display stacked area charts but I am unable to display chart anchors for each of the stacked series. (Chart anchors: Dot/Shape over each series point). I tried using the methods renderer.setBaseShape(circle) as well as renderer.setAutoPopulate...