ISeriesArray Interface

GF Charts Help
Provides access to array of Series

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

public interface ISeriesArray

The ISeriesArray type exposes the following members.

Properties

  NameDescription
Public propertyItemInt32
Returns the Series by index
Public propertyItemString
Returns the Series by index
Public propertyItemInt32, Int32
Quick access to the value of Series
Public propertySubseriesCount
Number of Series in the array
Public propertyTimestamps
Timestamps of points
Top
Methods

  NameDescription
Public methodIndexOf
Returns the index of Series by name
Top
Remarks

All Series of the array are synchronized by length and by timestamps of corresponding points
See Also

Reference