The ISeries type exposes the following members.

Properties

  NameDescription
ChartSettings
Contains settings for how the series should be displayed on a chart.
Count
The number of values in the series.
Current
The current value of the series. This property should return the same value as calling LookBack(0).
OldestValueChanged
The lookback index of the oldest value that changed. Should be zero unless OldValuesChange is true.
OldValuesChange
Indicates whether previous values in the series change when a new value is added.

See Also