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

In This Topic
    Size Property (Envelopes)
    In This Topic
    Gets or sets the size of the moving average.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Envelopes.Size", "Gets or sets the size of the moving average.")>
    Public Property Size As Double
    [C1Description("Envelopes.Size", "Gets or sets the size of the moving average.")]
    public double Size {get; set;}
    See Also