Search
Theme.firePropertyChanged Method
See Also
 






Raises an event to signalize that a property has changed.

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

 Syntax

Java  Copy Code

protected void firePropertyChanged (
    String propertyName
)

 Parameters

propertyName

The name of the property that has changed.

 See Also