ProcessedNumberData class

Constructors

ProcessedNumberData({required List<ChartData> chartData, required List<PointData> parsedPoints, required double minY, required double maxY, required DateTime minX, required DateTime maxX, required MBTimeWindow newWindow, required String unit, required dynamic info, required DateTime referenceTime, required DateTimeIntervalType dateIntervalFormat, required DateFormat dateFormat, required String labelFormat, required bool showAxis, required double interval})

Properties

chartData List<ChartData>
final
dateFormat → DateFormat
final
dateIntervalFormat → DateTimeIntervalType
final
hashCode int
The hash code for this object.
no setterinherited
info → dynamic
final
interval double
final
labelFormat String
final
maxX DateTime
final
maxY double
final
minX DateTime
final
minY double
final
newWindow MBTimeWindow
final
parsedPoints List<PointData>
final
referenceTime DateTime
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAxis bool
final
unit String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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