ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / MacdBase Class / SmoothingPeriod Property

In This Topic
    SmoothingPeriod Property (MacdBase)
    In This Topic
    Gets or sets the exponential moving average period for the signal line.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("MacdBase.SmoothingPeriod", "Gets or sets the exponential moving average period for the signal line.")>
    Public Property SmoothingPeriod As Integer
    [C1Description("MacdBase.SmoothingPeriod", "Gets or sets the exponential moving average period for the signal line.")]
    public int SmoothingPeriod {get; set;}
    See Also