Software FX Posted November 25, 2006 Report Posted November 25, 2006 What is this ? Axis YAxis = new Axis(Axis.VERTICAL, new Scale()); Chart chart = new Chart(title, plot, XAxis, YAxis); This is NOT Chart FX code. -- Francisco Padron www.chartfx.com
User (Legacy) Posted November 25, 2006 Author Report Posted November 25, 2006 Hi, ich have the follwoing code: Axis YAxis = new Axis(Axis.VERTICAL, new Scale()); Chart chart = new Chart(title, plot, XAxis, YAxis); normally i should call chart.YAxis.AdjustScale() but i cant find the method. Is this a restriction of the free version ? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.