ChartLineData class

Constructors

ChartLineData({String groupCode = '', int groupOrder = 0, required String x, double? y, List<YData> ys = const [], String xDisplay = '', String? yDisplay, List<int>? dashPattern = const [], int orderId = 0, int yAxis = 0, String? yAxisName, Color? color, Color? fillColor, int renderId = 0})
ChartLineData.fromJson(Map json)
factory

Properties

color ↔ Color?
getter/setter pair
dashPattern ↔ List<int>?
getter/setter pair
fillColor ↔ Color?
getter/setter pair
groupCode ↔ String
getter/setter pair
groupOrder ↔ int
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
orderId ↔ int
getter/setter pair
renderId ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
x ↔ String
getter/setter pair
xDisplay ↔ String
getter/setter pair
y ↔ double?
getter/setter pair
yAxis ↔ int
getter/setter pair
yAxisName ↔ String?
getter/setter pair
yDisplay ↔ String?
getter/setter pair
ys ↔ List<YData>
getter/setter pair

Methods

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

Operators

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