From: Dan <pop...@ho...> - 2005-09-28 18:16:23
|
Hello everyone, I was writing my 1st line chart java class by copy-pasting most of the code on the line chart example. I got an error when defining instantiating AxisChart : AxisChart axisChart= new AxisChart( dataSeries, chartProperties, axisProperties, legendProperties, AxisCharts.width, AxisCharts.height ); But there are no width/height properties defined for AxisChart. Though they exists as private properties in its superclass. I cant compile my code. I would greatly appriciate any help/advice. TIA, Dan _________________________________________________________________ Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ |