Values
Definition
Holds an array of ISeries<double> objects holding hold the indicator’s underlying calculated values. ISeries<double> values are added to this array when calling the AddPlot() method. In case of a MultiSeries indicator synched to the primary series.
Property Value
A collection of ISeries<double> objects.
Syntax
Values[int index]

