ExpressedParameterSeries Class

GF Charts Help
Implementation of ExpressedParameter with Series result type
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.ExpressionsExpression
    GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameter
      GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterTSeries
        GF.Clients.Charts.Custom.Utils.ExpressionParametersExpressedParameterSeries

Namespace:  GF.Clients.Charts.Custom.Utils.ExpressionParameters
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class ExpressedParameterSeries : ExpressedParameterT<Series>

The ExpressedParameterSeries type exposes the following members.

Constructors

  NameDescription
Public methodExpressedParameterSeries
Public methodExpressedParameterSeries(String)
Public methodExpressedParameterSeries(Series)
Top
Properties

  NameDescription
Public propertyLastCalculatedValue (Inherited from Expression.)
Public propertyLastError (Inherited from Expression.)
Public propertyState (Inherited from Expression.)
Public propertyText (Inherited from Expression.)
Top
Methods

  NameDescription
Public methodBody (Inherited from Expression.)
Public methodCompile(Calculator) (Inherited from Expression.)
Public methodCompile(Calculator, Boolean) (Inherited from Expression.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates the expression and returns the result
(Inherited from ExpressedParameterTTResult.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from Expression.)
Public methodReset (Inherited from Expression.)
Public methodToString (Inherited from Expression.)
Top
Operators

  NameDescription
Public operatorStatic member(ExpressedParameterSeries to Int32)
Implicit cast to int returns the latest value of series that calculated by expression
Public operatorStatic member(Double to ExpressedParameterSeries)
Public operatorStatic member(String to ExpressedParameterSeries)
Creates instance of ExpressedParameterSeries on base of text of expression
Public operatorStatic member(ExpressedParameterSeries to Double)
Implicit cast to double returns the latest value of series that calculated by expression
Public operatorStatic member(ExpressedParameterSeries to StoredColor)
Implicit cast to Color returns the latest value of series that calculated by expression
Public operatorStatic member(Series to ExpressedParameterSeries)
Top
See Also

Reference