MindFusion.Java Package Programmer's Guide
XmlPersistContext.writePointF Method (Double, Double, String, Element)
See Also
 






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

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writePointF (
    double x,
    double y,
    String elementName,
    Element parentElement
)

 Parameters

x

The X-coordinate of the PointF.

y

The Y-coordinate of the PointF.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also

writePointF Method Overload List
XmlPersistContext Members
XmlPersistContext Class
com.mindfusion.charting Namespace