ChartBar class

Constructors

ChartBar()

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

activitybar(List<int> activityplot, List<int> xAxis, List<int> stepcount, int s) → BarDataSet<PointChartValue>
bardataList(Map<String, dynamic> reportData, DateFormat newFormat, List<Map> seriesdata, int s) → BarDataSet<PointChartValue>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recoverybar(List<int> recoveryplot, List<int> xAxis, List<int> yAxis, int z) → BarDataSet<PointChartValue>
stressBar(List<int> stressplot, List<int> xAxis, List<int> yAxis, int z) → BarDataSet<PointChartValue>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited