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






Writes the specified GradientStop under the specified name with the specified parent.

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

 Syntax

C#  Copy Code

public XElement WriteGradientStop (
    GradientStop stop,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteGradientStop( _
    stop As GradientStop, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

stop

The GradientStop to write.

elementName

The name of the element.

parentElement

The name of the parent.

 Return Value

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

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace