ChartAxisTick.getOverflow

Syntax

getOverflow();

Description

The getOverflow method checks if the label text value overflows maximum width of the label.

Comments

The method returns true if the text value overflows borders of maximum width of the label, otherwise it returns false.

Example

The example of method use is given in description of the ChartAxisTick class constructor.

See also:

ChartAxisTick