Search
XmlPersistContext.writePointF Method
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
File: 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