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






Writes the specified point collection.

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

 Syntax

C#  Copy Code

public XElement WritePointCollection (
    PointCollection points,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WritePointCollection( _
    points As PointCollection, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

points

The collection of points to write.

elementName

The name of the element.

parentElement

The parent of the element.

 Return Value

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

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace