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






Writes the specified System.Windows.Media.Effect under the specified name with the specified parent.

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

 Syntax

C#  Copy Code

public XElement WriteEffect (
    Effect effect,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteEffect( _
    effect As Effect, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

effect

The effect to write.

elementName

The name of the new XML element.

parentElement

The parent of the new XML element.

 Return Value

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

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace