-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
What steps will reproduce the problem?
1. $chart = new VerticalBarChart(600, 400, 4);
2. $chart->bound->setLowerBound(30);
3.
What is the expected output? What do you see instead?
I hoped to set the lowerbound of the graph.
Instead I get:
Fatal error: Cannot access protected property VerticalBarChart::$bound in
C:\EasyPHP-5.3.6.0
What version of the product are you using? On what operating system?
VERSION 1.3: (2011-07-27)
Please provide any additional information below.
What is het propper way to set the bounds?
Original issue reported on code.google.com by hekman.h...@gmail.com on 7 Oct 2011 at 6:31