dotnetCHARTING Send comments on this topic.
ForecastEngine.Options Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : ForecastEngine.Options Class


The following tables list the members exposed by ForecastEngine.Options.

Public Constructors

Public Properties

  Name Description
Public Propertystatic (Shared in Visual Basic) FormatString This property sets and gets a format string used in the equation which is display on to the chart through a token.  
Public Propertystatic (Shared in Visual Basic) MatchColors Gets or sets a value that indicates whether calculated elements will use the same colors that are assigned to original series. Both, the original and derived data objects must be placed on the same chart to enable this feature.  
Public Propertystatic (Shared in Visual Basic) ModelFunction This attribute allows the basis of functions which describes a factor model.  
Public Propertystatic (Shared in Visual Basic) NonLinearModelFunction This attribute holds the basis of functions which describes a factor model.  
Public Propertystatic (Shared in Visual Basic) NumberPrecision This property sets and gets the number of decimal for the numbers used in the equations which can be display on to the chart through a token.

[C#]ForecastEngine.Options.NumberPrecision = 2 ;

[Visual Basic]
ForecastEngine.Options.NumberPrecision = 2

 
Public Propertystatic (Shared in Visual Basic) PopulateSubValues Gets or sets a static value that determines whether elements derived from series will contain values of the original elements as SubValue objects.  
Top

Public Methods

  Name Description
Public Methodstatic (Shared in Visual Basic) AddAbsoluteSum Adds a sum of absolute functions to be used as basis element.  
Public Methodstatic (Shared in Visual Basic) AddConstantTerm Adds a constant function on one real variable to the function basis.  
Public Methodstatic (Shared in Visual Basic) AddCosineSum Adds a sum a Cosine functions to an elements of the function basis.  
Public Methodstatic (Shared in Visual Basic) AddExponentialSum Adds a sum of exponential functions to be used as basis elements.  
Public Methodstatic (Shared in Visual Basic) AddLogarithmicSum Adds a sum of (natural) log functions to be used as basis elements.  
Public Methodstatic (Shared in Visual Basic) AddNonLinearCosineSum Adds a sum a Cosine functions as an element of the function basis.  
Public Methodstatic (Shared in Visual Basic) AddNonLinearExponentialSum Adds a sum of exponential functions to be used as non-linear basis elements.  
Public Methodstatic (Shared in Visual Basic) AddNonLinearLogarithmicSum Adds a sum of (natural) log functions to be used as non-linear basis elements.  
Public Methodstatic (Shared in Visual Basic) AddNonLinearSineSum Adds a sum of Sine functions to the used as non-linear basis elements.  
Public Methodstatic (Shared in Visual Basic) AddPowerTerm Add a power term as an element of the function basis.  
Public Methodstatic (Shared in Visual Basic) AddRationalSumOfPowerTerms Adds a rational expression where the numerator and denominator are both themselves a sum of power terms as defined within AddSumOfPowerTerms to the function basis.  
Public Methodstatic (Shared in Visual Basic) AddSineSum Adds a sum of Sine functions to the used as basis elements.  
Public Methodstatic (Shared in Visual Basic) AddStepSum Adds a sum of step functions to be used as a basis element.  
Public Methodstatic (Shared in Visual Basic) AddSumOfNonLinearPowerTerms Adds a sum of power terms as an element of the function basis.  
Public Methodstatic (Shared in Visual Basic) AddSumOfPowerTerms Adds a sum of power terms as an element of the function basis.  
Public Methodstatic (Shared in Visual Basic) AddTangentSum Adds a sum of Tangent functions to the used as basis elements.  
Public Methodstatic (Shared in Visual Basic) Reset Resets the options to default settings.  
Top

See Also