Charting for WinForms Programmer's Guide
XmlPersistContext.WritePointF Method (Single, Single, 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
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public XElement WritePointF (
    float x,
    float y,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WritePointF( _
    x As Single, _
    y As Single, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

x

y

elementName

parentElement

 Return Value

 See Also

WritePointF Method Overload List
XmlPersistContext Members
XmlPersistContext Class
MindFusion.Charting Namespace