Search
XmlPersistContext.writeThickness Method
See Also
 






Writes a Thickness with the specified name.

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

 Syntax

Java  Copy Code

public Element writeThickness (
    Thickness thickness,
    String elementName,
    Element parentElement
)

 Parameters

thickness

The Thickness value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also