Search
XmlPersistContext.readDoubleList Method
See Also
 






Reads a list of double values from the specified element, subelement and parent.

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

 Syntax

Java  Copy Code

public List<Double> readDoubleList (
    String elementName,
    String subElementName,
    Element parentElement
)

 Parameters

elementName

The name of the element to read.

subElementName

The name of the sub-element to read.

parentElement

The parent element.

 Return Value

The list with the double values.

 See Also