MindFusion.Java Package Programmer's Guide
SeriesRenderer.onPropertyChanged Method
See Also
 






Raises the PropertyChanged event.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

protected void onPropertyChanged (
    String propertyName,
    Object oldValue,
    Object newValue
)

 Parameters

propertyName

The name of the property that has changed.

oldValue

The old value of the property.

newValue

The new value of the property.

 See Also

SeriesRenderer Members
SeriesRenderer Class
com.mindfusion.charting Namespace