ComponentOne FinancialChart for WinForms
C1.Win.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 ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle 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
       C1.Chart.SeriesBase
          C1.Win.Chart.Series
             C1.Win.Chart.Finance.FinancialSeries
                C1.Win.Chart.Finance.IndicatorBase
                   C1.Win.Chart.Finance.ATR

    See Also