data point labels in XY Plot

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Don Mitchell

data point labels in XY Plot

Post by Don Mitchell » Mon Feb 03, 2003 6:03 pm

Are there plans to add the setValueLableVisible()/getValueLabelVisible() methods to the XY Plot? I was looking into adding this functionality to the ClusteredXYBarRenderer and StackedXYBarRenderer that were posted to the phorum, but it doesn't seem like the XY Plot has the same methods as the CategoryPlot for this.

I could just add these methods to the Renerer's constructor, but then it wouldn't be the same as the CategoryPlot.

Thanks,
Don

David Gilbert

Re: data point labels in XY Plot

Post by David Gilbert » Tue Feb 04, 2003 5:45 pm

Hi Don,

I'm thinking about moving the methods out of the CategoryPlot class and into the renderer instead, because I think they belong there.

I have no plans (myself) to add this to the XYPlot renderers, but I'll integrate any changes you want to make...

Regards,

Dave Gilbert

Locked