How to read an XML with C#?

Asked

Viewed 54 times

0

Well I am new in C# and I have a question related to reading an XML.

The XML is this:

<ComportamentoPapeis>
<Papel Codigo="PETR4" Nome="PETROBRAS PN" Ibovespa="#" Data="19/06/2015 17:59:59" Abertura="13,31" Minimo="13,10" Maximo="13,44" Medio="13,26" Ultimo="13,15" Oscilacao="-2,15"/>
<Papel Codigo="PETR3" Nome="PETROBRAS ON" Ibovespa="#" Data="19/06/2015 17:55:12" Abertura="14,62" Minimo="14,46" Maximo="14,90" Medio="14,68" Ultimo="14,50" Oscilacao="-2,02"/>
</ComportamentoPapeis>

I would like to take the data of this xml to generate a chart Candlestick.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.