Wraps single Series to represent it as SeriesArray object
Inheritance Hierarchy
GF.Clients.Charts.TimeSeries.SimpleSimpleSeriesArray
Namespace: GF.Clients.Charts.TimeSeries.Simple
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The SimpleSeriesArray type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleSeriesArray |
Constructs object with the specified underlying series
|
Properties
| Name | Description | |
|---|---|---|
| ItemInt32 |
Returns the underlying series
| |
| ItemString |
Returns the underlying series
| |
| ItemInt32, Int32 |
Returns values from underlying series
| |
| SubseriesCount | ||
| Timestamps |
Timestamps of underlying 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.) | |
| IndexOf | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also