MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.WriteString Method
See Also
 






Writes a string value with the specified name.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public XElement WriteString (
    string stringValue,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteString( _
    stringValue As String, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

stringValue

The string to write.

elementName

The name of the element to write.

parentElement

The parent of the element to write.

 Return Value

The newly created System.Xml.Linq.XElement object.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace