Guest User

Untitled

a guest
Apr 10th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.36 KB | None | 0 0
  1.     string strXml = "\<ChartPoints\>
  2.    <Point ProductCode="1234568" Qty="112.00" />
  3.    <Point ProductCode="SCRT0410AA" Qty="234.00" />
  4.    <Point ProductCode="CCRA5410TQ" Qty="253.00" />
  5.    </ChartPoints>"
  6.        
  7.     var doc = new System.Xml.XmlDocument { InnerXml = strXml };
  8.     XmlChartData.Document = doc;
  9.     XmlChartData.XPath = "ChartPoints/Point";
Advertisement
Add Comment
Please, Sign In to add comment