Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
<LINK REL="Start" HREF="index.html">
<LINK REL="Contents" HREF="toc.html">
<LINK REL="Prev" HREF="9122Modifyingthedividerlines.html">
<LINK REL="Next" HREF="9124Horizontalgridsandalternatinglinecolors.html">
<STYLE TYPE="text/css"><!--
BODY { font-family: serif }
H1 { font-family: sans-serif }
H2 { font-family: sans-serif }
H3 { font-family: sans-serif }
H4 { font-family: sans-serif }
H5 { font-family: sans-serif }
H6 { font-family: sans-serif }
SUB { font-size: smaller }
SUP { font-size: smaller }
PRE { font-family: monospace }
A { text-decoration: none }
--></STYLE>
</HEAD>
<BODY>
<A HREF="toc.html">Contents</A>
<A HREF="9122Modifyingthedividerlines.html">Previous</A>
<A HREF="9124Horizontalgridsandalternatinglinecolors.html">Next</A>
<HR NOSHADE>
<H3><A NAME="9_12_3">9.12.3 Modifying the box around the plot</A></H3>
<P> 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<DIV class="phpscript">
<CODE><FONT color="#000000"> <FONT color="#0000BB">&nbsp;$graph</FONT><FONT color="#007700">
-&gt;</FONT><FONT color="#0000BB">SetBox</FONT><FONT color="#007700">(</FONT><FONT
color="#0000BB">true</FONT><FONT color="#007700">,</FONT><FONT color="#DD0000">
&quot;navy&quot;</FONT><FONT color="#007700">,</FONT><FONT color="#0000BB">3</FONT><FONT
color="#007700">)</FONT><FONT color="#0000BB"></FONT></FONT></CODE></DIV>
</P>
<P> which will result in a thicker plot box around the area as shown
 below<DIV class="example">
<BR> <A href="exframes/frame_ganttex18.html" target="blank"><IMG border="0"
HEIGHT="191"       src="img/img/img/img/img/img/ganttex18.png" WIDTH="433"></A>
<BR><B>Figure 168:</B> Modifying the box around the plotarea <A href="exframes/frame_ganttex18.html"
target="blank">[src]</A>&nbsp;
<P></P>
</DIV></P>
<P><DIV class="note"><B>Note:</B> 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.</DIV></P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="9122Modifyingthedividerlines.html">Previous</A>
<A HREF="9124Horizontalgridsandalternatinglinecolors.html">Next</A>
</BODY>
</HTML>