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



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

    See Also