Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / XmlNodeWriter Class
Members


In This Topic
    XmlNodeWriter Class
    In This Topic
    XmlNodeWriter builds a tree of XmlNodes based on the XmlWriter methods that are called.
    Object Model
    XmlNodeWriter Class
    Syntax
    'Declaration
     
    Public Class XmlNodeWriter 
       Inherits System.Xml.XmlWriter
    'Usage
     
    Dim instance As XmlNodeWriter
    public class XmlNodeWriter : System.Xml.XmlWriter 
    Inheritance Hierarchy

    System.Object
       System.Xml.XmlWriter
          Xceed.Chart.Utilities.XmlNodeWriter

    Requirements

    Target Platforms: 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