Returns XML object representing data for this graph

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public XmlNode GetXml(
	XmlDocument xmlDoc,
	string graphID
)
Visual Basic (Declaration)
Public Function GetXml ( _
	xmlDoc As XmlDocument, _
	graphID As String _
) As XmlNode
Visual C++
public:
XmlNode^ GetXml(
	XmlDocument^ xmlDoc, 
	String^ graphID
)

Parameters

xmlDoc
Type: System.Xml..::.XmlDocument
XMLDocument in which's context the node should be created
graphID
Type: System..::.String
Identifier to be used to link this graph data to it's settings

Return Value

XmlNode representing data for this graph

See Also