Returns XML object representing data for this item

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,
	XyChartValueDataTypes xType,
	XyChartValueDataTypes yType,
	string durationInputFormat
)
Visual Basic (Declaration)
Public Function GetXml ( _
	xmlDoc As XmlDocument, _
	xType As XyChartValueDataTypes, _
	yType As XyChartValueDataTypes, _
	durationInputFormat As String _
) As XmlNode
Visual C++
public:
XmlNode^ GetXml(
	XmlDocument^ xmlDoc, 
	XyChartValueDataTypes xType, 
	XyChartValueDataTypes yType, 
	String^ durationInputFormat
)

Parameters

xmlDoc
Type: System.Xml..::.XmlDocument
XMLDocument in which's context the node should be created
xType
Type: am.Charts..::.XyChartValueDataTypes
Data type for the X value
yType
Type: am.Charts..::.XyChartValueDataTypes
Data type for the Y value
durationInputFormat
Type: System..::.String
Format for the duration data

Return Value

XmlNode representing data for this item

See Also