scaledToY property

double scaledToY
getter/setter pair

The position in the top container, representing the scaled value of toY. Initially created as yAxisdY = yLabelsCreator.scaleY(value: toY);, then moved by offsetting by applyParentOffset.

Implementation

double scaledToY = 0.0;