ComponentOne FinancialChart for WinForms
MovingAverage Class
Members 

C1.Win.Chart.Finance Namespace : MovingAverage Class
Represents a moving average trendline for FinancialChart.
Object Model
MovingAverage ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
Syntax
'Declaration
 
Public Class MovingAverage 
   Inherits FinancialSeries
public class MovingAverage : FinancialSeries 
Remarks
It is a calculation to analyze data points by creating a series of averages of different subsets of the full data set. You may define a different type on each MovingAverage object by setting the type property on the MovingAverage itself. The MovingAverage class has a period property that allows you to set the number of periods for computing the average value.
Inheritance Hierarchy

System.Object
   C1.Chart.SeriesBase
      C1.Win.Chart.Series
         C1.Win.Chart.Finance.FinancialSeries
            C1.Win.Chart.Finance.MovingAverage

See Also

Reference

MovingAverage Members
C1.Win.Chart.Finance Namespace