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



In This Topic
    Envelopes Class
    In This Topic
    Represents a Moving Average Envelopes overlay series for the FinancialChart. Moving average envelopes are moving average set above and below a standard moving average. The amount above/blow the standard moving average is percentage based and dictated by the size property.
    Object Model
    Envelopes ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Envelopes 
       Inherits IndicatorBase
    'Usage
     
    
    Dim instance As Envelopes
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Envelopes : IndicatorBase 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class Envelopes : 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.Envelopes

    See Also