Represents the reference to single series of values of the specified time series
Inheritance Hierarchy
GF.Clients.Charts.UtilsSeriesReference
Namespace: GF.Clients.Charts.Utils
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The SeriesReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SeriesReference(DataSeries) |
Constructs a reference to the specified data series
|
![]() | SeriesReference(DataSeries, Int32) |
Constructs a reference to subseries of values of the specified data series
|
Properties
Name | Description | |
---|---|---|
![]() | Item |
Quick access to referenced values
|
![]() | Title |
Human readable description of the reference
|
![]() | YIndex |
Returns index of subseries in DataSeries |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | (SeriesReference to Double) |
Returns the last value
|
Fields
Name | Description | |
---|---|---|
![]() | DataSeries |
The referenced data series inside TimeSeries |
![]() | TimeSeries |
The referenced time series
|
Remarks
Remarks
See Also