Search
XmlPersistContext.readFloat Method
See Also
 






Reads a float value with the specified name and default value.

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

 Syntax

Java  Copy Code

public float readFloat (
    String elementName,
    Element parentElement,
    float defaultValue
)

 Parameters

elementName

The name of the element to read.

parentElement

The parent element.

defaultValue

The default value.

 Return Value

The float value that was read.

 See Also