01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="True" />
05   </settings>
06   <charts>
07     <chart plot_type="CategorizedVertical">
08       <data_plot_settings default_series_type="Line">
09         <line_series>
10           <marker_settings>
11             <marker type="None" />
12             <states>
13               <hover>
14                 <marker type="Diamond" />
15               </hover>
16             </states>
17           </marker_settings>
18           <tooltip_settings enabled="True">
19             <format><![CDATA[
20 Year {%Name}{enabled:false}
21 {%SeriesName} - {%Value}{numDecimals:0}%
22 ]]></format>
23           </tooltip_settings>
24           <effects enabled="True">
25             <drop_shadow enabled="False" />
26             <bevel enabled="true" distance="1" blur_x="2" blur_y="2" />
27           </effects>
28           <line_style>
29             <line thickness="3" />
30           </line_style>
31         </line_series>
32       </data_plot_settings>
33       <chart_settings>
34         <title enabled="true">
35           <text><![CDATA[Debt-To-Income Ratios 1986-2006]]></text>
36         </title>
37         <axes>
38           <y_axis>
39             <scale minimum="20" maximum="65" major_interval="5" />
40             <labels>
41               <format><![CDATA[{%Value}{numDecimals:0}%]]></format>
42             </labels>
43             <title>
44               <text><![CDATA[Debt-To-Income Ratio]]></text>
45             </title>
46             <axis_markers>
47               <ranges>
48                 <range minimum="20" maximum="28">
49                   <fill color="#D9CDFF" opacity="0.7" />
50                   <minimum_line color="#AEA4CC" opacity="1" />
51                   <maximum_line color="#AEA4CC" opacity="1" />
52                   <label enabled="True" position="Near">
53                     <format><![CDATA[Below 28% - Buy! Buy! Buy!]]></format>
54                     <font bold="True" color="#393939" />
55                   </label>
56                 </range>
57                 <range minimum="28" maximum="38">
58                   <fill color="#CBFFCF" opacity="0.7" />
59                   <minimum_line color="#96BC99" opacity="1" />
60                   <maximum_line color="#96BC99" opacity="1" />
61                   <label enabled="True" position="Far" multi_line_align="Center">
62                     <font bold="true" color="#393939" />
63                     <format><![CDATA[
64 28%-38%
65 Marginally affordable with
66 fixed-rate mortgages.
67 ]]></format>
68                   </label>
69                 </range>
70                 <range minimum="38" maximum="48">
71                   <fill color="#FFFFCD" opacity="0.7" />
72                   <minimum_line color="#CCCCA4" opacity="1" />
73                   <maximum_line color="#CCCCA4" opacity="1" />
74                   <label enabled="True" position="Center" multi_line_align="Center">
75                     <font bold="true" color="#393939" />
76                     <format><![CDATA[
77 38%-48%
78 Not affordable with fixed.
79 Interest-only becomes common.
80 ]]></format>
81                   </label>
82                 </range>
83                 <range minimum="48" maximum="65">
84                   <fill color="#FFCCCB" opacity="0.7" />
85                   <minimum_line color="#C69E9E" opacity="1" />
86                   <maximum_line color="#C69E9E" opacity="1" />
87                   <label enabled="True" position="Center" multi_line_align="Center">
88                     <font bold="true" color="#393939" />
89                     <format><![CDATA[
90 48% or greater
91 Not affordable with fixed or interest only.
92 Negative amortization only option.
93 ]]></format>
94                   </label>
95                 </range>
96               </ranges>
97             </axis_markers>
98           </y_axis>
99           <x_axis tickmarks_placement="Center">
100             <title enabled="False" />
101           </x_axis>
102         </axes>
103         <legend enabled="True" position="Bottom" align="Center" elements_align="Center">
104           <title enabled="False" />
105           <columns_separator enabled="False" />
106         </legend>
107       </chart_settings>
108       <data>
109         <series name="California">
110           <point name="1986" y="41" />
111           <point name="1987" y="37" />
112           <point name="1988" y="48" />
113           <point name="1989" y="53" />
114           <point name="1990" y="49" />
115           <point name="1991" y="49" />
116           <point name="1992" y="41" />
117           <point name="1993" y="39" />
118           <point name="1994" y="34" />
119           <point name="1995" y="38" />
120           <point name="1996" y="29" />
121           <point name="1997" y="33" />
122           <point name="1998" y="31" />
123           <point name="1999" y="31" />
124           <point name="2000" y="37" />
125           <point name="2001" y="35" />
126           <point name="2002" y="43" />
127           <point name="2003" y="43" />
128           <point name="2004" y="51" />
129           <point name="2005" y="56" />
130           <point name="2006" y="62" />
131         </series>
132         <series name="Orange County">
133           <point name="1986" y="36" />
134           <point name="1987" y="34" />
135           <point name="1988" y="47" />
136           <point name="1989" y="52" />
137           <point name="1990" y="49" />
138           <point name="1991" y="47" />
139           <point name="1992" y="39" />
140           <point name="1993" y="36" />
141           <point name="1994" y="31" />
142           <point name="1995" y="35" />
143           <point name="1996" y="28" />
144           <point name="1997" y="32" />
145           <point name="1998" y="33" />
146           <point name="1999" y="32" />
147           <point name="2000" y="40" />
148           <point name="2001" y="40" />
149           <point name="2002" y="48" />
150           <point name="2003" y="47" />
151           <point name="2004" y="47" />
152           <point name="2005" y="50" />
153           <point name="2006" y="56" />
154         </series>
155         <series name="Irvine">
156           <point name="1986" y="31" />
157           <point name="1987" y="29" />
158           <point name="1988" y="40" />
159           <point name="1989" y="45" />
160           <point name="1990" y="42" />
161           <point name="1991" y="40" />
162           <point name="1992" y="33" />
163           <point name="1993" y="31" />
164           <point name="1994" y="27" />
165           <point name="1995" y="30" />
166           <point name="1996" y="24" />
167           <point name="1997" y="27" />
168           <point name="1998" y="28" />
169           <point name="1999" y="28" />
170           <point name="2000" y="34" />
171           <point name="2001" y="34" />
172           <point name="2002" y="41" />
173           <point name="2003" y="40" />
174           <point name="2004" y="40" />
175           <point name="2005" y="43" />
176           <point name="2006" y="48" />
177         </series>
178       </data>
179     </chart>
180   </charts>
181 </anychart>