ComponentOne FinancialChart for UWP Edition
ATR Class
Members 

C1.Xaml.Chart.Finance Namespace : ATR Class
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
   System.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            Windows.UI.Xaml.DependencyObject
               C1.Xaml.Chart.Series
                  C1.Xaml.Chart.Finance.FinancialSeries
                     C1.Xaml.Chart.Finance.IndicatorBase
                        C1.Xaml.Chart.Finance.ATR

See Also

Reference

ATR Members
C1.Xaml.Chart.Finance Namespace