Search
XmlPersistContext.writeColor Method
See Also
 






Writes the specified color.

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

 Syntax

Java  Copy Code

public Element writeColor (
    Color color,
    String elementName,
    Element parentElement
)

 Parameters

color

The Color to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also