ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / Envelopes Class / Type Property

In This Topic
    Type Property (Envelopes)
    In This Topic
    Gets or sets the moving average type for the envelopes.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Envelopes.Type", "Gets or sets the moving average type for the envelopes.")>
    Public Property Type As MovingAverageType
    [C1Description("Envelopes.Type", "Gets or sets the moving average type for the envelopes.")]
    public MovingAverageType Type {get; set;}
    See Also