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="552Commonlyusedproperties.html">
<LINK REL="Next" HREF="6UsingimagemapswithJpGraph.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="552Commonlyusedproperties.html">Previous</A>
<A HREF="6UsingimagemapswithJpGraph.html">Next</A>
<HR NOSHADE>
<H3><A NAME="5_5_3">5.5.3  Commonly used methods</A></H3>
<P></P>
<OL>
<LI> You add plot objects (bar plots, pie plots, texts, bands, lines
 etc) with the 'Graph::Add() method.</LI>
<LI> Each graph can have a specified margin set by 'Graph::SetMargin()'</LI>
<LI> Each graph can have a fill color in the plot area
 'Graph::SetColor()'</LI>
<LI> The plot areas may have a box around it 'Graph::SetBox()'</LI>
<LI> Each graph can have a specified margin color
 'Graph::SetMarginColor()'</LI>
<LI> Each graph can have a frame or not 'Graph::SetFrame()'</LI>
<LI> Each graph can have a specified drop shadow 'Graph::SetShadow()'</LI>
<LI> The grid lines can be either behind or in front of the plots
 'Graph::SetGridDepth()'</LI>
<LI> The plot can be rotated an arbitrary angle with 'Graph::SetAngle()'</LI>
<LI> You can add a background image with 'Graph::SetBackgroundImage'</LI>
<LI> You can change the overall appearance of the axis with
 'Graph::SetAxisStyle'</LI>
</OL>
<P></P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="552Commonlyusedproperties.html">Previous</A>
<A HREF="6UsingimagemapswithJpGraph.html">Next</A>
</BODY>
</HTML>