Returns XML representing data items in this collection
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public XmlNode GetItemsXml() |
| Visual Basic (Declaration) |
|---|
Public Function GetItemsXml As XmlNode |
| Visual C++ |
|---|
public: XmlNode^ GetItemsXml() |
Return Value
XmlNode representing items in this collection in XML
Remarks
Deprecated since v.1.0.2: Use PieChart.GetDataXml() instead