Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / XmlNodeWriter Class / WriteRaw Method / WriteRaw(String) Method


    WriteRaw(String) Method
    WriteRaw writes out the given string "unescaped", in other words it better be well formed XML markup. So for the XmlNodeWriter we parse this string and build the resulting tree, so it maps to setting the InnerXml property.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub WriteRaw( _
       ByVal data As String _
    ) 
     
    'Usage
     
    Dim instance As XmlNodeWriter
    Dim data As String
     
    instance.WriteRaw(data)

    Parameters

    data
    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