Search
Theme.saveTo Method
See Also
 






Saves the Theme values to the specified file.

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

 Syntax

Java  Copy Code

public void saveTo (
    String fileName
)

 Parameters

fileName

A string specifying the file name or path.

 See Also