yTransform property

num Function(num y) yTransform
final

The transformation function which is always applied on y data before data are added to the chart internals.

Defaults to identity.

Implementation

final num Function(num y) yTransform;