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="10122Modifyingthedividerlines.html"><LINK REL="Next" HREF="10124Horizontalgridsandalternatinglinecolors.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="10122Modifyingthedividerlines.html">Previous</A><A HREF="10124Horizontalgridsandalternatinglinecolors.html">Next</A><HR NOSHADE><H3><A NAME="10_12_3">10.12.3 Modifying the box around the plot</A></H3><P> In a similar manner to the other plots in JpGraph you modify the Boxround the plot with the standard graph method 'SetBox()' as in<DIV class="phpscript"><CODE><FONT color="#000000"> <FONT color="#0000BB"> $graph</FONT><FONT color="#007700">-></FONT><FONT color="#0000BB">SetBox</FONT><FONT color="#007700">(</FONT><FONTcolor="#0000BB">true</FONT><FONT color="#007700">,</FONT><FONT color="#DD0000">"navy"</FONT><FONT color="#007700">,</FONT><FONT color="#0000BB">3</FONT><FONTcolor="#007700">)</FONT><FONT color="#0000BB"></FONT></FONT></CODE></DIV></P><P> which will result in a thicker plot box around the area as shownbelow<DIV class="example"><BR> <A href="exframes/frame_ganttex18.html" target="blank"><IMG border="0"HEIGHT="191" src="img/ganttex18.png" WIDTH="433"></A><BR><B>Figure 164:</B> Modifying the box around the plotarea <A href="exframes/frame_ganttex18.html"target="blank">[src]</A> <P></P></DIV></P><P><DIV class="note"><B>Note:</B> You might notice the slightdiscrepancy in design that here you use a method and in the previouscases accessed a property which you modified. This is the unfortunateaffect of the evolving design and development of this library once itwas realised that the original design could be improved upon.</DIV></P><HR NOSHADE><A HREF="toc.html">Contents</A><A HREF="10122Modifyingthedividerlines.html">Previous</A><A HREF="10124Horizontalgridsandalternatinglinecolors.html">Next</A></BODY></HTML>