LineChartStyle class
Configuration class for line chart styling. This class holds various properties to customize the appearance of the line chart.
Constructors
- LineChartStyle({Color lineColor = Colors.blue, Color gridColor = Colors.grey, Color pointColor = Colors.blue, Color backgroundColor = Colors.white, TextStyle? labelStyle, double strokeWidth = 2.0, double pointRadius = 4.0, Duration animationDuration = const Duration(milliseconds: 1500), Curve animationCurve = Curves.easeInOut})
-
const
Properties
- animationCurve → Curve
-
final
- animationDuration → Duration
-
final
- backgroundColor → Color
-
final
- gridColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelStyle → TextStyle?
-
final
- lineColor → Color
-
final
- pointColor → Color
-
final
- pointRadius → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeWidth → double
-
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