MacdIndicatorRenderParams class

Holds the onRenderDetailsUpdate callback arguments.

Inheritance

Constructors

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

Properties

calculatedDataPoints List<CartesianChartPoint>?
Gets the calculated indicator data points details.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
macdHistogramValues List<CartesianChartPoint>?
Gets the calculated histogram values of the Macd indicator.
final
macdLineValues List<CartesianChartPoint>?
Gets the calculated Macd line values of the Macd 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

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