User Profile & Activity

Alfred La Garde Member
Page
of 2
Posted: March 7, 2010 3:03 PM

The following code from a sample generates the xml for the chart.

 

System.Xml.XmlDocument ChartXmlStructure = new System.Xml.XmlDocument();

ChartXmlStructure = WebGrid1.SaveChartToXml();

Session[
"Chart"] = ChartXmlStructure;

 

One of the lines genrated is:

<ChartSettings Height="429" Width="1042" ChartEngine="Nevron">

 

Is it possible to remove the Height and Width from the xml before it is saved?

All times are GMT -5. The time now is 12:33 AM.
Previous Next