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






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

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

 Syntax

C#  Copy Code

public XElement WriteDoubleCollection (
    DoubleCollection array,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteDoubleCollection( _
    array As DoubleCollection, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

array

The DoubleCollection 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