FlexChart for WPF
MovingAverage クラス
メンバ 

C1.WPF.Chart.Finance アセンブリ > C1.WPF.Chart.Finance 名前空間 : MovingAverage クラス
Represents a moving average trendline for FinancialChart.
オブジェクト モデル
MovingAverage クラス
シンタックス
'宣言
 
Public Class MovingAverage 
   Inherits FinancialSeries
   Implements C1.Chart.ISeriesC1.Chart.IStyleProvider 
public class MovingAverage : FinancialSeries, C1.Chart.ISeriesC1.Chart.IStyleProvider  
解説
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.
継承階層

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         C1.WPF.Chart.Series
            C1.WPF.Chart.Finance.FinancialSeries
               C1.WPF.Chart.Finance.MovingAverage

参照

MovingAverage メンバ
C1.WPF.Chart.Finance 名前空間