ResultArray Class

GF Charts Help
Implements access to array of results of the current indicator in implementations of calculation algorithms
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.TimeSeriesResultArray

Namespace:  GF.Clients.Charts.TimeSeries
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class ResultArray : ISeriesArray

The ResultArray type exposes the following members.

Constructors

  NameDescription
Public methodResultArray(Indicator)
Constructs an array of results for specified Indicatorc>
Public methodResultArray(Indicator, Int32)
Constructs an array of results for specified Indicator, but skips first SubseriesOffsetSeries of Indicator
Top
Properties

  NameDescription
Public propertyItemInt32
Returns the Series of results by the specified index
Public propertyItemString
Returns the Series of results by the specified name
Public propertyItemInt32, Int32
Quick access to the results by indices
Public propertySubseriesCount
Number of Series in the array
Public propertyTimestamps
Timestamps of Indicator points
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the specific index of an series in the series list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference