ChartCanvasAxis.removeVisualLines

Syntax

removeVisualLines(redraw: Boolean);

Parameters

redraw. Indicates whether chart axis is redrawn. Optional parameter. Available values:

Description

The removeVisualLines method removes chart axis lines.

Example

The example of use is given on the page with description of the ChartCanvasAxis.drawVisualLines method.

See also:

ChartCanvasAxis