ChartCanvasAxis.lin2log

Syntax

lin2log(value: Number);

Parameters

value. Linear value of the chart axis.

Description

The lin2log method converts linear value of the chart axis to logarithmic value.

Comments

The method returns value of the Number type.

Example

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

See also:

ChartCanvasAxis