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="725Usinggroupedbarplots.html">
8
<LINK REL="Next" HREF="727Usinggroupedaccumulatedbargraphs.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="725Usinggroupedbarplots.html">Previous</A>
26
<A HREF="727Usinggroupedaccumulatedbargraphs.html">Next</A>
27
<HR NOSHADE>
28
<H3><A NAME="7_2_6">7.2.6 Using accumulated bar plots</A></H3>
29
<P> The final variety of group bars you can have are accumulated bars.
30
 They work in much the same way as accumulated line plots described
31
 above. Each plot is stacked on top of each other.</P>
32
<P> You create accumulated bar plots in the same way as grouped bar
33
 plots by first creating a number of ordinary bar plots that are then
34
 aggregated with a call to <A href="../ref/AccBarPlot.html#_ACCBARPLOT_ACCBARPLOT">
35
 AccBarPlot();</A></P>
36
<P> An example makes this clear. Let's use the same data as in the two
37
 examples above but instead of grouping the bars we accumulate (or
38
 stack) them. The code would be very similar (actually only one line has
39
 to change)<DIV class="example">
40
<BR> <A href="exframes/frame_example23.html" target="blank"><IMG border="0"
41
HEIGHT="200"       src="img/img/img/img/img/img/example23.png" WIDTH="310"></A>
42
<BR><B>Figure 42:</B> Accumulated bar plots <A href="exframes/frame_example23.html"
43
target="blank">[src]</A>&nbsp;
44
<P></P>
45
</DIV></P>
46
<P></P>
47
<HR NOSHADE>
48
<A HREF="toc.html">Contents</A>
49
<A HREF="725Usinggroupedbarplots.html">Previous</A>
50
<A HREF="727Usinggroupedaccumulatedbargraphs.html">Next</A>
51
</BODY>
52
</HTML>