From: Marcin G. <da...@to...> - 2004-09-01 23:04:42
|
>>I'm trying to show values on a line graph when using JCharts. >>I've checked the documentation; however, I did not see a >>way to add values. > Hi May I suggest copying the code from one of the examples. > You'll see an array of values being passed in somewhere. > Just modify that list by creating the array based on your data. I guess he ment adding value labels, it can be done using ValueLabelRenderer class but it works with bar and clustered-bar charts only - examples in guide: http://jcharts.sourceforge.net/userGuide/axisCharts/bar/#Bar+Labels When I checked last time it was not possible for stacked charts and line charts. regards marcin |