6 references to GetXmlValue
System.Web.DataVisualization (6)
Common\Utilities\XmlSerializer.cs (6)
1611attrib.Value = GetXmlValue(dataPoint.XValue, dataPoint, "XValue");
1617attrib.Value = GetXmlValue(dataPoint.YValues, dataPoint, "YValues");
1623attrib.Value = GetXmlValue(dataPoint.isEmptyPoint, dataPoint, "IsEmpty");
1636attrib.Value = GetXmlValue(entry.Value, dataPoint, properyName);
1649attrib.Value = GetXmlValue(dataPoint.CustomProperties, dataPoint, "CustomProperties");
1745 attrib.Value = GetXmlValue(objectToSerialize, parent, elementName);