LineSeries<T> class

Constructors

LineSeries({required T x, required double? y, required String xDisplay, required String? yDisplay, required int groupOrder, required String groupCode, List<int>? dashPattern = const [], Color? color, Color? fillColor, String unit = ''})
LineSeries.fromChartLineData(ChartLineData d, int lineIndex)
factory
LineSeries.test(ChartLineData d, int lineIndex)
factory

Properties

color → Color?
final
dashPattern → List<int>?
final
fillColor → Color?
final
groupCode → String
final
groupOrder → int
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
unit → String
final
x → T
final
xDisplay → String
final
y → double?
final
yDisplay → 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

Static Properties

regDay → RegExp
final
regMonth → RegExp
final