Back to Devexpress

TripleExponentialMovingAverageTrix Class

wpf-devexpress-dot-xpf-dot-charts-bdf0357d.md

latest2.1 KB
Original Source

TripleExponentialMovingAverageTrix Class

A Triple Exponential Moving Average (TRIX) indicator.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class TripleExponentialMovingAverageTrix :
    SeparatePaneIndicatorWithPoints
vb
Public Class TripleExponentialMovingAverageTrix
    Inherits SeparatePaneIndicatorWithPoints

Remarks

The Triple Exponential Moving Average (TRIX) indicator looks as follows.

Implements

ILegendVisible

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Indicator SeparatePaneIndicator DevExpress.Xpf.Charts.SeparatePaneIndicatorWithPoints TripleExponentialMovingAverageTrix

See Also

TripleExponentialMovingAverageTrix Members

DevExpress.Xpf.Charts Namespace