Search
BaseGauge.onPrepaintTick Method
See Also
 






Raises the BaseGaugeListener.prepaintTick event.

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

 Syntax

Java  Copy Code

protected void onPrepaintTick (
    PrepaintEvent e
)

 Parameters

e

An object, containing the event data.

 See Also