Version

AppearanceToXmlElement Method

Converts an UltraChart Appearance subclass into an XmlElement suitable for serializing to an XML Layout document.
Syntax
'Declaration
 
Public Shared Function AppearanceToXmlElement( _
   ByVal doc As XmlDocument, _
   ByVal elementName As String, _
   ByVal appearance As Object _
) As XmlElement
public static XmlElement AppearanceToXmlElement( 
   XmlDocument doc,
   string elementName,
   object appearance
)

Parameters

doc
An XmlDocument (DOM) into which a valid XML layout document will be serialized.
elementName
The tagname being converted to.
appearance
The Appearance instance being converted.

Return Value

An XmlElement object representing the given appearance object.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also