onGotData() Event

Description

This event is dispatched when chart settings are set and data is found.

After onChartDraw() event is fired or after commitDataChages() method is called one of two events is dispatched: onNoData() or onGotData().

Arguments

None

Samples

See also

onNoData()

to top