XtraChartsIndicatorCollectionExtensions.AddTripleExponentialMovingAverageTema(IndicatorCollection, Action<TripleExponentialMovingAverageTema>) Method
Adds a new Triple Exponential Moving Average (TEMA) indicator configured using the specified method to the specified indicators collection of a series.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static void AddTripleExponentialMovingAverageTema(
this IndicatorCollection collection,
Action<TripleExponentialMovingAverageTema> indicatorAction
)
Parameters
Name | Type | Description |
---|---|---|
collection | IndicatorCollection | A collection of indicators to which a new indicator will be added. |
indicatorAction | Action<TripleExponentialMovingAverageTema> | A delegate method configuring a TripleExponentialMovingAverageTema object. |
Remarks
Note
This method is an extension method.
See Also