ComponentOne FinancialChart for UWP
C1.Xaml.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
     
    
    Public Property SmoothingPeriod As Integer
    public int SmoothingPeriod {get; set;}
    See Also