Implements access to array of results of the current indicator in implementations of calculation algorithms
Inheritance Hierarchy
GF.Clients.Charts.TimeSeriesResultArray
Namespace: GF.Clients.Charts.TimeSeries
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The ResultArray type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultArray(Indicator) |
Constructs an array of results for specified Indicatorc>
|
![]() | ResultArray(Indicator, Int32) |
Constructs an array of results for specified Indicator, but skips first SubseriesOffsetSeries of Indicator |
Properties
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Returns the Series of results by the specified index
|
![]() | ItemString |
Returns the Series of results by the specified name
|
![]() | ItemInt32, Int32 |
Quick access to the results by indices
|
![]() | SubseriesCount |
Number of Series in the array
|
![]() | Timestamps |
Timestamps of Indicator points
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Determines the specific index of an series in the series list.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also