hideOverlayMessage() Method

Description

Hides chart overlay message, shown by showOverlayMessage() method. Also can hide noDataText message set in AnyChartStock.messages or in instance messages property.

Parameters

None

Returns

Boolean.

Note: If the return value is true the command was processed successfully, the command failed to be processed due to component busy state otherwise.

Samples

See also

showOverlayMessage(), messages, AnyChartStock.messages

to top