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.
Related: Read XML file in C#
– Bruno César
You want to read and move to what format?
– Leonel Sanches da Silva
So like I want to read and play on a bench so I have to save on variables
– Filipe