Search
Plot.propertyChange Method
See Also
 






Fired when a property of this Plot was changed.

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

 Syntax

Java  Copy Code

public void propertyChange (
    PropertyChangeEvent e
)

 Parameters

e

The PropertyChangeEvent that was raised.

 See Also