TrendlineRenderParams class
Holds the onRenderDetailsUpdate callback arguments of trendline.
Constructors
Properties
-
calculatedDataPoints
→ List<
Offset> ? -
Get the data points of the trendline.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- intercept → double?
-
Get the intercept value.
final
- rSquaredValue → double?
-
Gets the r-squared value.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seriesIndex → int?
-
Get the index of the series.
final
- seriesName → String?
-
Gets the name of the series.
final
-
slope
→ List<
double> ? -
Gets the slope value.
final
- trendlineName → String?
-
Gets the name of the trendline.
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