onNoData() Event

Description

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

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

Arguments

None

Samples

See also

onGotData()

to top