scaleY property
double
get
scaleY
Returns scale factor multiplied by y-axis input, contributing to y-axis output. With mapPoints(), scales Point along the y-axis.
@return vertical scale factor
Implementation
double get scaleY => get(kMScaleY);
set
scaleY
(double value)
Implementation
set scaleY(double value) => set(kMScaleY, value);