Wraps original Series to provide modified access to it in derived classes
Inheritance Hierarchy
GF.Clients.Charts.TimeSeriesSeries
GF.Clients.Charts.TimeSeries.FunctionalsWrappedSeries
GF.Clients.Charts.TimeSeries.FunctionalsConstFunctionalSeries
Namespace: GF.Clients.Charts.TimeSeries.Functionals
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The WrappedSeries type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ItemInt32 |
Returns the offset series
(Inherited from Series.) | |
| ItemInt32, SeriesOrder |
Access to values of original Series
(Overrides SeriesItemInt32, SeriesOrder.) | |
| Length |
Length of original series
(Overrides SeriesLength.) | |
| PointStyles |
Access to original styles
(Overrides SeriesPointStyles.) | |
| Text |
Human readable description of the original series
(Overrides SeriesText.) | |
| Timestamps |
Access to original timestamps
(Overrides SeriesTimestamps.) | |
| Value |
Access to the latest point of the series
(Inherited from Series.) |
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.) | |
| IsEmpty | (Overrides SeriesIsEmpty(Int32).) | |
| ToString |
Human readable description of the series
(Inherited from Series.) | |
| Unwind |
See Also