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






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

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

 Syntax

C#  Copy Code

public XElement WriteGradientStopCollection (
    GradientStopCollection stops,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteGradientStopCollection( _
    stops As GradientStopCollection, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

stops

The GradientStopCollection to write.

elementName

The name of the element.

parentElement

The parent of the XML element.

 Return Value

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

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace