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="923Addingiconsontothegraph.html">
8
<LINK REL="Next" HREF="101Introduction.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="923Addingiconsontothegraph.html">Previous</A>
26
<A HREF="101Introduction.html">Next</A>
27
<HR NOSHADE>
28
<H1><A NAME="10">10 Working with canvas graphs</A></H1>
29
<P> Canvas graphing is an advanced feature that comes in handy where you
30
 need to draw some more arbitrary graphics. To give you a flavor of what
31
 you can do the following example shows an architecture overview of
32
 JpGraph which was drawn using a canvas.<DIV class="example">
33
<BR> <A href="exframes/frame_canvas_jpgarchex.html" target="blank"><IMG border="0"
34
HEIGHT="650"       src="img/img/img/img/img/img/canvas_jpgarchex.png" WIDTH="700"></A>
35
<BR><B>Figure 186:</B> Example of what you can draw on a canvas <A href="exframes/frame_canvas_jpgarchex.html"
36
target="blank">[src]</A>&nbsp;
37
<P></P>
38
</DIV></P>
39
<P> Working with canvas requires more understanding of JpGraph as well
40
 as more programming and fine tuning.</P>
41
<HR NOSHADE>
42
<A HREF="toc.html">Contents</A>
43
<A HREF="923Addingiconsontothegraph.html">Previous</A>
44
<A HREF="101Introduction.html">Next</A>
45
</BODY>
46
</HTML>