Chart anchors for Stacked area chart?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jack_mj
Posts: 1
Joined: Mon Sep 13, 2010 3:26 pm
antibot: No, of course not.

Chart anchors for Stacked area chart?

Post by jack_mj » Mon Sep 13, 2010 6:34 pm

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.setAutoPopulateSeriesPaint(false) where renderer is an object of StackedXYAreaRenderer2.
Please advise.

Thank you.

Locked