ComponentOne FinancialChart for UWP
C1.Xaml.Chart.Finance Namespace / WilliamsR Class
Members

In This Topic
    WilliamsR Class
    In This Topic
    Represents a Williams %R indicator series for the FinancialChart.
    Object Model
    WilliamsR ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <ComposableAttribute(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    Public Class WilliamsR 
       Inherits IndicatorBase
    [Composable(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [Threading(ThreadingModel.Both)]
    public class WilliamsR : IndicatorBase 
    Remarks
    Williams %R is a momentum indicator that is the inverse of a fast stochastic oscillator. The Williams %R indicator is designed to tell whether an asset is trading near the high or low of its trading range.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Chart.Series
             C1.Xaml.Chart.Finance.FinancialSeries
                C1.Xaml.Chart.Finance.IndicatorBase
                   C1.Xaml.Chart.Finance.WilliamsR

    See Also