ComponentOne FinancialChart for WPF
C1.WPF.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
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class WilliamsR 
       Inherits IndicatorBase
    'Usage
     
    
    Dim instance As WilliamsR
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class WilliamsR : IndicatorBase 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class WilliamsR : public 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
       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.WilliamsR

    See Also