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
data point labels in XY Plot
Re: data point labels in XY Plot
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
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