FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / ATR Class
Members

In This Topic
    ATR Class
    In This Topic
    Represents an Average True Range indicator series for the FinancialChart.
    Object Model
    ATR Class
    Syntax
    'Declaration
     
    Public Class ATR 
       Inherits IndicatorBase
    public class ATR : IndicatorBase 
    Remarks
    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.
    Inheritance Hierarchy

    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

    See Also