Xceed Chart for WinForms v4.4 Documentation
WriteRaw Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class : WriteRaw 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.
Overload List
OverloadDescription
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.  
Calls WriteRaw(string) with new string(buffer, index, count)  
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
Base Implementation in WriteRaw