Search
XmlPersistContext.readColor Method
See Also
 






Reads a Ccolor with the specified name, parent name and default value.

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

 Syntax

Java  Copy Code

public Color readColor (
    String elementName,
    Element parentElement,
    Color defaultValue
)

 Parameters

elementName
The name of the element to read.
parentElement

The parent element.

defaultValue

The default Color value.

 Return Value

The Color that was read.

 See Also