comparison gnv-artifacts/doc/conf/charttemplate.xml @ 304:a16d337c5678

The style of charts can be configured with ChartThemes using XML configuration files. gnv-artifacts/trunk@362 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 23 Nov 2009 17:01:28 +0000
parents
children 22a6493e8460
comparison
equal deleted inserted replaced
303:9ba2cf8cad8d 304:a16d337c5678
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 </plot>
65 <!-- ========================= axis =======================!-->
66 <axis>
67 <label>
68 <color value="0x000000" />
69 </label>
70 <ticklabel>
71 <color value="0x000000" />
72 </ticklabel>
73 </axis>
74 </theme>

http://dive4elements.wald.intevation.org