Search
XmlPersistContext.readSizeF Method
See Also
 






Reads a SizeF object with the specified name.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public XDimension2D.Double readSizeF (
    String elementName,
    Element parentElement
)

 Parameters

elementName

The name of the element to read.

parentElement

The parent element.

 Return Value

The SizeF instance that was read.

 See Also