AceHistogram mixin
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
drawCandle({required Canvas canvas, required PaintingStyle style, required double strokeWidth, required double scale, required Color color, required double dx, required double width, required double highY, required double lowY, required double closeY, required double openY})
→ void
-
-
drawHistogram({required Canvas canvas, required PaintingStyle style, required double strokeWidth, required double scale, required Color color, required Rect rect})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited