SeriesReference Class

GF Charts Help
Represents the reference to single series of values of the specified time series
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.UtilsSeriesReference

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

[TypeConverterAttribute(typeof(SeriesReferenceConverter))]
public class SeriesReference

The SeriesReference type exposes the following members.

Constructors

  NameDescription
Public methodSeriesReference(DataSeries)
Constructs a reference to the specified data series
Public methodSeriesReference(DataSeries, Int32)
Constructs a reference to subseries of values of the specified data series
Top
Properties

  NameDescription
Public propertyItem
Quick access to referenced values
Public propertyTitle
Human readable description of the reference
Public propertyYIndex
Returns index of subseries in DataSeries
Top
Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic member(SeriesReference to Double)
Returns the last value
Top
Fields

  NameDescription
Public fieldDataSeries
The referenced data series inside TimeSeries
Public fieldTimeSeries
The referenced time series
Top
Remarks

For example, Close prices of HistoryTimeSeries
Remarks

This class supports the OEC Chart Framework infrastructure and is not intended to be used directly from your code
See Also

Reference