aspnet-15838-components-chart-control-visual-elements-moving-average-and-envelope.md
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
|
| |
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