MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.WritePoint Method (Double, Double, String, XElement)
See Also
 






Writes the specified PointF under the specified name. The x and y components of the point are written as attributes.

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

 Syntax

C#  Copy Code

public XElement WritePoint (
    double x,
    double y,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WritePoint( _
    x As Double, _
    y As Double, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

x

The X-value of the point to write.

y

The Y-value of the point to write.

elementName

The name of the new element.

parentElement

The parent of the new element.

 Return Value

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

 See Also

WritePoint Method Overload List
XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace