I have an xml file with following format,
When I create an xml datasource and assign it to chart datasource, it is not populating the chart based on the values in xml file. I was looking at Columns chart, where X coordinate is Year and Y-Coordinate is Interval.
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
<ReportPeriod>
<Period Duration="1 Year">
<Dur>
<Year> 2 </Year>
<Interval>60</Interval>
</Dur>
<Year> 3 </Year>
<Interval>30</Interval>
<Year> 4 </Year>
<Interval>20</Interval>
<Year> 5</Year>
<Interval>90</Interval>
</Period>
</ReportPeriod>
Any help would be appreciated.
Thanks
Nat
Thank you