Search
XmlPersistContext.readFloat Method
See Also
 






Reads a float value with the specified name.

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

 Syntax

Java  Copy Code

public float readFloat (
    String elementName,
    Element parentElement
)

 Parameters

elementName
The name of the element to read.
parentElement

The name of the parent element.

 Return Value

The float value that was read.

 See Also