LineChartBarData class

Constructors

LineChartBarData({List<AFlSpot>? spots, bool? show, Color? color, Gradient? gradient, double? barWidth, bool? isCurved, double? curveSmoothness, bool? preventCurveOverShooting, double? preventCurveOvershootingThreshold, bool? isStrokeCapRound, bool? isStrokeJoinRound, BarAreaData? belowBarData, BarAreaData? aboveBarData, FlDotData? dotData, List<int>? showingIndicators, List<int>? dashArray, Shadow? shadow, bool? isStepLineChart, LineChartStepData? lineChartStepData})

Properties

aboveBarData BarAreaData
final
barWidth double
final
belowBarData BarAreaData
final
color Color?
final
curveSmoothness double
final
dashArray List<int>?
final
dotData FlDotData
final
gradient Gradient?
final
hashCode int
The hash code for this object.
no setterinherited
isCurved bool
final
isStepLineChart bool
final
isStrokeCapRound bool
final
isStrokeJoinRound bool
final
lineChartStepData LineChartStepData
final
mostBottomSpot AFlSpot
latefinal
mostLeftSpot AFlSpot
latefinal
mostRightSpot AFlSpot
latefinal
mostTopSpot AFlSpot
latefinal
preventCurveOverShooting bool
final
preventCurveOvershootingThreshold double
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow Shadow
final
show bool
final
showingIndicators List<int>
final
spots List<AFlSpot>
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

copyWith({List<AFlSpot>? spots, bool? show, Color? color, Gradient? gradient, double? barWidth, bool? isCurved, double? curveSmoothness, bool? preventCurveOverShooting, double? preventCurveOvershootingThreshold, bool? isStrokeCapRound, bool? isStrokeJoinRound, BarAreaData? belowBarData, BarAreaData? aboveBarData, FlDotData? dotData, List<int>? dashArray, List<int>? showingIndicators, Shadow? shadow, bool? isStepLineChart, LineChartStepData? lineChartStepData}) LineChartBarData
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