Methods
-
drawChart(T lastPoint, T curPoint, double lastX, double curX, Size size, Canvas canvas)
→ void
-
-
drawGrid(Canvas canvas, int gridRows, int gridColumns)
→ void
-
-
drawLine(double? lastPrice, double? curPrice, Canvas canvas, double lastX, double curX, Color color)
→ void
-
-
drawText(Canvas canvas, T data, double x)
→ void
-
-
drawVerticalText(dynamic canvas, dynamic textStyle, int gridRows)
→ void
-
-
format(double? n, {dynamic isNotPoint = false})
→ String
-
-
getDecimalPlaces(double number)
→ int
-
-
getTextStyle(Color color)
→ TextStyle
-
-
getY(double y)
→ double
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited