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






Writes a FontWeight object with the specified name.

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

 Syntax

C#  Copy Code

public XElement WriteFontWeight (
    Object fontValue,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteFontWeight( _
    fontValue As Object, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

fontValue

The FontWeight object to write.

elementName

The name of the new element.

parentElement

The parent of the new element.

 Return Value

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

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace