01 <anygantt>
02   <settings>
03     <navigation enabled="True" position="Top" size="30">
04       <buttons collapse_expand_button="false" align="Far" />
05       <text><![CDATA[Baseline Tasks]]></text>
06       <font face="Verdana" size="10" bold="true" color="White" />
07       <background>
08         <fill type="Gradient">
09           <gradient>
10             <key color="#B0B0B0" position="0" />
11             <key color="#A0A0A0" position="0.3" />
12             <key color="#999999" position="0.5" />
13             <key color="#A0A0A0" position="0.7" />
14             <key color="#B0B0B0" position="1" />
15           </gradient>
16         </fill>
17         <border type="Solid" color="#494949" />
18       </background>
19     </navigation>
20     <background enabled="false" />
21   </settings>
22   <timeline>
23     <plot line_height="46" item_height="28" item_padding="10">
24       <current_time show="true" mode="custom" date="2008.07.18">
25         <line enabled="true" type="Solid" color="DarkRed" opacity="0.4" />
26       </current_time>
27     </plot>
28     <scale start="2008.07.04" end="2008.07.21" />
29   </timeline>
30   <datagrid width="190">
31     <columns>
32       <column attribute_name="Name" width="50">
33         <header>
34           <text><![CDATA[Name]]></text>
35         </header>
36       </column>
37       <column attribute_name="ActualStart" width="70">
38         <header>
39           <text><![CDATA[Start]]></text>
40         </header>
41       </column>
42       <column attribute_name="ActualEnd" width="70">
43         <header>
44           <text><![CDATA[End]]></text>
45         </header>
46       </column>
47     </columns>
48   </datagrid>
49   <styles>
50     <defaults>
51       <task>
52         <task_style>
53           <baseline>
54             <bar_style>
55               <middle>
56                 <fill enabled="true" type="Gradient">
57                   <gradient>
58                     <key color="#E1E1E1" />
59                     <key color="#A1A1A1" />
60                   </gradient>
61                 </fill>
62               </middle>
63               <labels />
64             </bar_style>
65           </baseline>
66           <actual>
67             <bar_style>
68               <labels>
69                 <label anchor="Center" valign="Center" halign="Center">
70                   <text><![CDATA[{%Complete}%]]></text>
71                   <font face="Verdana" size="9" color="White" bold="true" />
72                 </label>
73               </labels>
74             </bar_style>
75           </actual>
76         </task_style>
77       </task>
78     </defaults>
79   </styles>
80   <project_chart>
81     <tasks>
82       <task id="Task_example_1" name="Task 1" actual_start="2008.07.07" actual_end="2008.07.12" baseline_start="2008.07.06" baseline_end="2008.07.10" progress="13" />
83       <task id="Task_example_2" name="Task 2" actual_start="2008.07.09" actual_end="2008.07.13" baseline_start="2008.07.08" baseline_end="2008.07.12" progress="24" />
84       <task id="Task_example_3" name="Task 3" actual_start="2008.07.11" actual_end="2008.07.20" baseline_start="2008.07.09" baseline_end="2008.07.19" progress="76" />
85       <task id="Task_example_4" name="Task 4" actual_start="2008.07.08" actual_end="2008.07.15" baseline_start="2008.07.06" baseline_end="2008.07.12" progress="32" />
86       <task id="Task_example_5" name="Task 5" actual_start="2008.07.07" actual_end="2008.07.16" baseline_start="2008.07.05" baseline_end="2008.07.13" progress="9" />
87       <task id="Task_example_6" name="Task 6" actual_start="2008.07.13" actual_end="2008.07.19" baseline_start="2008.07.11" baseline_end="2008.07.15" progress="27" />
88     </tasks>
89   </project_chart>
90 </anygantt>