Xceed Chart for WinForms v4.4 Documentation
WriteRaw(String) Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class > WriteRaw 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)
public override void WriteRaw( 
   string 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

Reference

XmlNodeWriter Class
XmlNodeWriter Members
Overload List
Base Implementation in WriteRaw(String)