Search
SeriesRenderer.onPropertyChanged Method
See Also
 






Raises the PropertyChanged event.

Namespace: com.mindfusion.charting
File: 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