IndicatorRenderArgs class Null safety
Holds the onIndicatorRender event arguments.
Triggers when indicator is rendering. You can customize the indicatorName, signalLineColor, signalLineWidth, and lineDashArray.
Note: This is only applicable for SfCartesianChart.
Constructors
- IndicatorRenderArgs([TechnicalIndicators? indicator, int? index, String? seriesName, List? dataPoints])
- Creating an argument constructor of IndicatorRenderArgs class.
Properties
- dataPoints → List?
-
Get the current data points.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index → int?
-
Get the current index of the technical indicator.
final
- indicator → TechnicalIndicators?
-
Get the technical indicator information.
final
- indicatorName ↔ String
-
Get and set the indicator name.
read / write
-
lineDashArray
↔ List<
double> -
Get and set the dash array size.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- seriesName → String?
-
Get the series name.
final
- signalLineColor ↔ Color
-
Get and set the color of the signal line.
read / write
- signalLineWidth ↔ double
-
Get and set the width of the signal line.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited