Implementation of ExpressedParameter with Series result type
Inheritance Hierarchy
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
The ExpressedParameterSeries type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExpressedParameterSeries | ||
| ExpressedParameterSeries(String) | ||
| ExpressedParameterSeries(Series) |
Properties
| Name | Description | |
|---|---|---|
| LastCalculatedValue | (Inherited from Expression.) | |
| LastError | (Inherited from Expression.) | |
| State | (Inherited from Expression.) | |
| Text | (Inherited from Expression.) |
Methods
| Name | Description | |
|---|---|---|
| Body | (Inherited from Expression.) | |
| Compile(Calculator) | (Inherited from Expression.) | |
| Compile(Calculator, Boolean) | (Inherited from Expression.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Evaluate |
Evaluates the expression and returns the result
(Inherited from ExpressedParameterTTResult.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize | (Inherited from Expression.) | |
| Reset | (Inherited from Expression.) | |
| ToString | (Inherited from Expression.) |
Operators
| Name | Description | |
|---|---|---|
| (ExpressedParameterSeries to Int32) |
Implicit cast to int returns the latest value of series that calculated by expression
| |
| (Double to ExpressedParameterSeries) | ||
| (String to ExpressedParameterSeries) |
Creates instance of ExpressedParameterSeries on base of text of expression
| |
| (ExpressedParameterSeries to Double) |
Implicit cast to double returns the latest value of series that calculated by expression
| |
| (ExpressedParameterSeries to StoredColor) |
Implicit cast to Color returns the latest value of series that calculated by expression
| |
| (Series to ExpressedParameterSeries) |
See Also