Search
VisualElementListener.queryAmbientPropertyValue Method
See Also
 






Raised when an inherited property on this object is null, in order to query an ambient value from the parent element (if any).

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

void queryAmbientPropertyValue (
    QueryAmbientPropertyValueEvent e
)

 Parameters

e

 Remarks

Inheritance is recursive, that is, if the parent's value is null as well, the parent queries its parent and so on, up until the root of the hierarchy.

 See Also