mp_chart package
documentation
point
MPPointF
y property
y
mp_chart package
documentation
point
MPPointF
y property
MPPointF class
Constructors
MPPointF
Properties
currentOwnerId
hashCode
runtimeType
x
y
Methods
instantiate
noSuchMethod
toString
Operators
operator ==
Static properties
pool
Static methods
getInstance1
getInstance2
getInstance3
recycleInstance
recycleInstances
y
property
double
y
Implementation
double get y => _y;
void
y=
(
double
value
)
Implementation
set y(double value) { _y = value; }