MindFusion.Java Package Programmer's Guide
XmlPersistContext.writeSizeF Method
See Also
 






Writes a SizeF with the specified name.

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

 Syntax

Java  Copy Code

public Element writeSizeF (
    XDimension2D.Double size,
    String elementName,
    Element parentElement
)

 Parameters

size

The SizeF value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also

XmlPersistContext Members
XmlPersistContext Class
com.mindfusion.charting Namespace