BezierLine class

This Bezier line is used to display your data

Constructors

BezierLine({Color lineColor = Colors.white, double lineStrokeWidth = 3.0, String label = "", MissingValueBuilder? onMissingValue, Color? dataPointFillColor, Color? dataPointStrokeColor, required List<DataPoint> data})
const
BezierLine.copy({required BezierLine bezierLine})
factory

Properties

data List<DataPoint>
List of data points used to build the bezier line
final
dataPointFillColor Color
Color for the dot fill on each data point
final
dataPointStrokeColor Color
Color for the dot stroke on each data point
final
hashCode int
The hash code for this object.
no setteroverride
label String
Label used in the bubble info indicator
final
lineColor Color
Line color for each data point
final
lineStrokeWidth double
width of the bezier line
final
onMissingValue MissingValueBuilder?
This builder is only valid for bezierChartScale of date types It uses the double value returned by the function based on the current DateTime received as parameter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override