ConstFunctionalSeries Class

GF Charts Help
Implements Series that actually calculates "on demand" a specified operation between each values of original Series and some double value
Inheritance Hierarchy

SystemObject
  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

public class ConstFunctionalSeries : WrappedSeries

The ConstFunctionalSeries type exposes the following members.

Constructors

  NameDescription
Public methodConstFunctionalSeries
Top
Properties

  NameDescription
Public propertyItemInt32
Returns the offset series
(Inherited from Series.)
Public propertyItemInt32, SeriesOrder
Access to calculated values
(Overrides WrappedSeriesItemInt32, SeriesOrder.)
Public propertyLength
Length of original series
(Inherited from WrappedSeries.)
Public propertyPointStyles
Access to original styles
(Inherited from WrappedSeries.)
Public propertyText
Human readable description of expression
(Overrides WrappedSeriesText.)
Public propertyTimestamps
Access to original timestamps
(Inherited from WrappedSeries.)
Public propertyValue
Access to the latest point of the series
(Inherited from 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 methodIsEmpty (Inherited from WrappedSeries.)
Public methodToString
Human readable description of the series
(Inherited from Series.)
Public methodUnwind
(Inherited from WrappedSeries.)
Top
See Also

Reference