StochasticIndicatorRenderParams class

Holds the onRenderDetailsUpdate callback arguments.

Inheritance

Constructors

StochasticIndicatorRenderParams(List<CartesianChartPoint>? periodLineValues, List<CartesianChartPoint>? calculatedDataPoints, String name, double signalLineWidth, Color signalLineColor, List<double> signalLineDashArray)
Creating an argument constructor of StochasticIndicatorRenderParams class.

Properties

calculatedDataPoints List<CartesianChartPoint>?
Gets the calculated indicator data points details.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
Gets the name of the indicator.
finalinherited
periodLineValues List<CartesianChartPoint>?
Gets the calculated period line values of the stochastic indicator.
final
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

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