Back to Devexpress

Moving Average and Envelope

aspnet-15838-components-chart-control-visual-elements-moving-average-and-envelope.md

latest3.3 KB
Original Source

Moving Average and Envelope

  • Dec 17, 2020

Moving Average and Envelope are technical indicators used in financial charting.

These indicators are MovingAverage class descendants. The MovingAverage.Kind property defines whether a Moving Average, Envelope or both indicators are displayed.

Along with other indicators, Moving Averages and Envelopes reside in the XYDiagram2DSeriesViewBase.Indicators collection of a series. A series may have any number of Moving Averages and Envelopes. Refer to the following help topic for more information: Moving Average and Envelope.

The table below lists the main properties that affect the element’s functionality and appearance.

|

Class

|

The following are descendants of the MovingAverage class:

SimpleMovingAverage, ExponentialMovingAverage, WeightedMovingAverage and TriangularMovingAverage

| |

Kind

|

MovingAverage.Kind

| |

Availability

|

XYDiagram2DSeriesViewBase.Indicators

| |

Value Level

|

SingleLevelIndicator.ValueLevel

| |

Specific Options

|

SubsetBasedIndicator.PointsCount, MovingAverage.EnvelopePercent

| |

Appearance

|

WebChartControl.IndicatorsPaletteName, Indicator.Color and Indicator.LineStyle, MovingAverage.EnvelopeColor, MovingAverage.EnvelopeLineStyle

| |

Visibility and Legend Availability

|

Indicator.Visible, Indicator.ShowInLegend, and Indicator.CheckedInLegend

|

See Also

Financial Charting

Moving Average and Envelope