Search
XmlPersistContext.writePen Method
See Also
 






Writes the specified Pen.

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

 Syntax

Java  Copy Code

public Element writePen (
    Pen pen,
    String elementName,
    Element parentElement
)

 Parameters

pen

The Pen instance to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also