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



In This Topic
    CCI Class
    In This Topic
    Represents a Commodity Channel Index indicator series for the FinancialChart.
    Object Model
    CCI ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class CCI 
       Inherits IndicatorBase
    'Usage
     
    
    Dim instance As CCI
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class CCI : IndicatorBase 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class CCI : public IndicatorBase 
    Remarks
    The commodity channel index is an oscillator that measures an asset's current price level relative to an average price level over a specified period of time.
    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.CCI

    See Also