FlexChart | ComponentOne
C1.WPF.Chart.Finance 程序集 / C1.WPF.Chart.Finance 命名空间 / MovingAverage 类
成员

本主题中
    MovingAverage 类
    本主题中
    Represents a moving average trendline for FinancialChart.
    对象模型
    MovingAverage 类
    语法
    '声明
     
    Public Class MovingAverage 
       Inherits FinancialSeries
    public class MovingAverage : FinancialSeries 
    备注
    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

    请参见