BollingerBandIndicatorRenderParams class
Holds the onRenderDetailsUpdate callback arguments.
- Inheritance
-
- Object
- IndicatorRenderParams
- BollingerBandIndicatorRenderParams
Constructors
-
BollingerBandIndicatorRenderParams(List<
CartesianChartPoint> ? upperLineValues, List<CartesianChartPoint> ? lowerLineValues, List<CartesianChartPoint> ? calculatedDataPoints, String name, double signalLineWidth, Color signalLineColor, List<double> signalLineDashArray) - Creating an argument constructor of BollingerBandIndicatorRenderParams class.
Properties
-
calculatedDataPoints
→ List<
CartesianChartPoint> ? -
Gets the calculated indicator data points details.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lowerLineValues
→ List<
CartesianChartPoint> ? -
Gets the calculated lower line values of the Bollinger band indicator.
final
- name → String
-
Gets the name of the indicator.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signalLineColor ↔ Color
-
Gets the color of the signal line.
getter/setter pairinherited
-
signalLineDashArray
↔ List<
double> -
Gets the dash array of the signal line.
getter/setter pairinherited
- signalLineWidth ↔ double
-
Gets the width of the signal line.
getter/setter pairinherited
-
upperLineValues
→ List<
CartesianChartPoint> ? -
Gets the calculated upper line values of the Bollinger band indicator.
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