ComponentOne FinancialChart for WinForms
C1.Win.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.
    Syntax
    'Declaration
     
    
    Public Class Envelopes 
       Inherits IndicatorBase
    public class Envelopes : IndicatorBase 
    Inheritance Hierarchy

    System.Object
       C1.Chart.SeriesBase
          C1.Win.Chart.Series
             C1.Win.Chart.Finance.FinancialSeries
                C1.Win.Chart.Finance.IndicatorBase
                   C1.Win.Chart.Finance.Envelopes

    See Also