Contents Previous Next

10.12.3 Modifying the box around the plot

In a similar manner to the other plots in JpGraph you modify the Box round the plot with the standard graph method 'SetBox()' as in

 $graph ->SetBox(true, "navy",3)

which will result in a thicker plot box around the area as shown below



Figure 164: Modifying the box around the plotarea [src] 

Note: You might notice the slight discrepancy in design that here you use a method and in the previous cases accessed a property which you modified. This is the unfortunate affect of the evolving design and development of this library once it was realised that the original design could be improved upon.


Contents Previous Next