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






Writes a PointF with the specified name.

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

 Syntax

Java  Copy Code

public Element writePointF (
    Point2D point,
    String elementName,
    Element parentElement
)

 Parameters

point

The Point2D to write.

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