From: G <sys...@ya...> - 2004-11-18 11:55:28
|
Hi! Thanks for a great package! Truly professional work! I'm trying to create a normal LineChart with Y-axis values ranging from the lowest data value to the highest data value. How do I do that? (Zero is always the lowest Y-axis value) I've tried something like: axischart[i].getYAxis().getScaleCalculator().setMinValue(mindata[i]); but every time I call axischart[i].render() it sets the min value to zero again. And the axischart[i].getYAxis() seems to return null before I call axischart[i].render(), so the first rendering will alway be wrong, or am I missing something? Thanks for any help! __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com |