Skip to main content

XtraChartsIndicatorCollectionExtensions.AddTripleExponentialMovingAverageTrix(IndicatorCollection, Action<TripleExponentialMovingAverageTrix>) Method

Adds a new Triple Exponential Moving Average indicator (TRIX) configured using the specified method to the specified indicators collection of a series.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void AddTripleExponentialMovingAverageTrix(
    this IndicatorCollection collection,
    Action<TripleExponentialMovingAverageTrix> indicatorAction
)

Parameters

Name Type Description
collection IndicatorCollection

A collection of indicators to which a new indicator will be added.

indicatorAction Action<TripleExponentialMovingAverageTrix>

A delegate method configuring a TripleExponentialMovingAverageTrix object.

Remarks

Note

This method is an extension method.

See Also