FcpLiveGraphSeries class
Live graph series configuration
Constructors
-
FcpLiveGraphSeries({required List<
FcpLiveGraphData> data, Color color = const Color(0xFFFFBC00), double lineWidth = 2.0, bool isCurved = false, bool showDots = false, Color? dotColor, double dotRadius = 4.0, double dotStrokeWidth = 2.0, bool showArea = false, Color? areaColor, double areaOpacity = 0.3, String? name, LinearGradient? gradient}) -
const
Properties
- areaColor → Color?
-
final
- areaOpacity → double
-
final
- color → Color
-
final
-
data
→ List<
FcpLiveGraphData> -
final
- dotColor → Color?
-
final
- dotRadius → double
-
final
- dotStrokeWidth → double
-
final
- gradient → LinearGradient?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCurved → bool
-
final
- lineWidth → double
-
final
- name → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showArea → bool
-
final
- showDots → bool
-
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