Version

XmlElementToAppearance Method

Converts an XmlElement to a corresponding UltraChart Appearance subclass.
Syntax
'Declaration
 
Public Shared Sub XmlElementToAppearance( _
   ByVal component As IChartComponent, _
   ByVal tr As XmlTextReader, _
   ByVal elementName As String, _
   ByVal appearance As Object _
) 
public static void XmlElementToAppearance( 
   IChartComponent component,
   XmlTextReader tr,
   string elementName,
   object appearance
)

Parameters

component
An IChartComponent reference to the charting component.
tr
An XmlTextReader loaded with a valid XML layout document.
elementName
The tagname being converted.
appearance
The Appearance instance being converted into.
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