Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2
<HTML>
3
<HEAD>
4
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
5
<LINK REL="Start" HREF="index.html">
6
<LINK REL="Contents" HREF="toc.html">
7
<LINK REL="Prev" HREF="552Commonlyusedproperties.html">
8
<LINK REL="Next" HREF="6UsingimagemapswithJpGraph.html">
9
<STYLE TYPE="text/css"><!--
10
BODY { font-family: serif }
11
H1 { font-family: sans-serif }
12
H2 { font-family: sans-serif }
13
H3 { font-family: sans-serif }
14
H4 { font-family: sans-serif }
15
H5 { font-family: sans-serif }
16
H6 { font-family: sans-serif }
17
SUB { font-size: smaller }
18
SUP { font-size: smaller }
19
PRE { font-family: monospace }
20
A { text-decoration: none }
21
--></STYLE>
22
</HEAD>
23
<BODY>
24
<A HREF="toc.html">Contents</A>
25
<A HREF="552Commonlyusedproperties.html">Previous</A>
26
<A HREF="6UsingimagemapswithJpGraph.html">Next</A>
27
<HR NOSHADE>
28
<H3><A NAME="5_5_3">5.5.3  Commonly used methods</A></H3>
29
<P></P>
30
<OL>
31
<LI> You add plot objects (bar plots, pie plots, texts, bands, lines
32
 etc) with the 'Graph::Add() method.</LI>
33
<LI> Each graph can have a specified margin set by 'Graph::SetMargin()'</LI>
34
<LI> Each graph can have a fill color in the plot area
35
 'Graph::SetColor()'</LI>
36
<LI> The plot areas may have a box around it 'Graph::SetBox()'</LI>
37
<LI> Each graph can have a specified margin color
38
 'Graph::SetMarginColor()'</LI>
39
<LI> Each graph can have a frame or not 'Graph::SetFrame()'</LI>
40
<LI> Each graph can have a specified drop shadow 'Graph::SetShadow()'</LI>
41
<LI> The grid lines can be either behind or in front of the plots
42
 'Graph::SetGridDepth()'</LI>
43
<LI> The plot can be rotated an arbitrary angle with 'Graph::SetAngle()'</LI>
44
<LI> You can add a background image with 'Graph::SetBackgroundImage'</LI>
45
<LI> You can change the overall appearance of the axis with
46
 'Graph::SetAxisStyle'</LI>
47
</OL>
48
<P></P>
49
<HR NOSHADE>
50
<A HREF="toc.html">Contents</A>
51
<A HREF="552Commonlyusedproperties.html">Previous</A>
52
<A HREF="6UsingimagemapswithJpGraph.html">Next</A>
53
</BODY>
54
</HTML>