Search
Theme.saveTo Method
See Also
 






Saves the Theme values to the specified XML element.

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

 Syntax

Java  Copy Code

public void saveTo (
    Document element
)

 Parameters

element

Document instance.

 See Also