Search
Theme.loadFrom Method
See Also
 






Loads the Theme values from the specified XML element.

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

 Syntax

Java  Copy Code

public void loadFrom (
    Element element
)

 Parameters

element

An Element instance.

 See Also