comparison gnv-artifacts/doc/conf/charttemplate.xml @ 1119:7c4f81f74c47

merged gnv-artifacts
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:00 +0200
parents 250160797195
children
comparison
equal deleted inserted replaced
1027:fca4b5eb8d2f 1119:7c4f81f74c47
1 <?xml version="1.0" encoding="UTF-8"?>
2 <theme>
3 <name value="Default Theme" />
4 <!-- ========================= chart =======================!-->
5 <chart>
6 <background>
7 <color value="0xFFFFFF" />
8 </background>
9 </chart>
10 <!-- ========================= title ==========================!-->
11 <title>
12 <font>
13 <size value="20" />
14 <type value="Tahoma" />
15 <color value="0x000000" />
16 <bold value="true" />
17 </font>
18 </title>
19 <!-- ========================= subtitle =======================!-->
20 <subtitle>
21 <font>
22 <size value="14" />
23 <type value="Tahoma" />
24 <color value="0x000000" />
25 <bold value="false" />
26 </font>
27 </subtitle>
28 <!-- ========================= legend =======================!-->
29 <legend>
30 <font>
31 <size value="12" />
32 <color value="0x000000" />
33 </font>
34 <background>
35 <color value="0xFFFFFF" />
36 </background>
37 </legend>
38 <!-- ========================= plot =======================!-->
39 <plot>
40 <background>
41 <color value="0xDDDDDD" />
42 </background>
43 <outline>
44 <color value="0xAAAAAA" />
45 </outline>
46 <domaingridline>
47 <color value="0xFFFFFF" />
48 </domaingridline>
49 <rangegridline>
50 <color value="0xFFFFFF" />
51 </rangegridline>
52 <domaincrosshair>
53 <visible value="true" />
54 </domaincrosshair>
55 <rangecrosshair>
56 <visible value="true" />
57 </rangecrosshair>
58 <offset>
59 <top>5</top>
60 <bottom>5</bottom>
61 <left>5</left>
62 <right>5</right>
63 </offset>
64 <itemrenderer>
65 <width value="4" />
66 <height value="4" />
67 <renderLines value="true" />
68 <renderPoints value="true" />
69 </itemrenderer>
70 </plot>
71 <!-- ========================= axis =======================!-->
72 <axis>
73 <label>
74 <color value="0x000000" />
75 </label>
76 <ticklabel>
77 <color value="0x000000" />
78 </ticklabel>
79 </axis>
80 <!-- ======================== histogram ===================!-->
81 <histogram>
82 <bar>
83 <color value="#00416B" />
84 </bar>
85 </histogram>
86 </theme>

http://dive4elements.wald.intevation.org