Search
XmlPersistContext.readDoubleList Method
See Also
 






Reads a list of double values.

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

 Syntax

Java  Copy Code

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

 Parameters

element

The name of the element to read.

subElementName

The name of the sub-element to read.

 Return Value

The list with double values that was read.

 See Also