SimpleSeriesArray Class

GF Charts Help
Wraps single Series to represent it as SeriesArray object
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.TimeSeries.SimpleSimpleSeriesArray

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

public class SimpleSeriesArray : ISeriesArray

The SimpleSeriesArray type exposes the following members.

Constructors

  NameDescription
Public methodSimpleSeriesArray
Constructs object with the specified underlying series
Top
Properties

  NameDescription
Public propertyItemInt32
Returns the underlying series
Public propertyItemString
Returns the underlying series
Public propertyItemInt32, Int32
Returns values from underlying series
Public propertySubseriesCount
Public propertyTimestamps
Timestamps of underlying series
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference