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

本主题中
    ATR 类
    本主题中
    Represents an Average True Range indicator series for the FinancialChart.
    对象模型
    ATR 类
    语法
    '声明
     
    Public Class ATR 
       Inherits IndicatorBase
    public class ATR : IndicatorBase 
    备注
    Average true range is used to measure the volatility of an asset. Average true range does not provide any indication of the price's trend, but rather the degree of price volatility.
    继承层次

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

    请参见