MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.WritePointCollection Method
See Also
 





Writes the specified System.Windows.Media.PointCollection as a System.Xml.XmlElement object with the specified name and the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

points

The PointCollection to write.

elementName

The name of the new XML element.

parentElement

The parent of the new XML element.

 Return Value

The new XML element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace