ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / RSI Class
Members



In This Topic
    RSI Class
    In This Topic
    Represents a Relative Strength Index indicator series for the FinancialChart.
    Object Model
    RSI ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class RSI 
       Inherits IndicatorBase
    'Usage
     
    
    Dim instance As RSI
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class RSI : IndicatorBase 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class RSI : public IndicatorBase 
    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.RSI

    See Also