ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / IchimokuCloud Class / LaggingPeriod Property



In This Topic
    LaggingPeriod Property
    In This Topic
    Gets or sets the period of Lagging Period.
    Syntax
    'Declaration
     
    
    Public Property LaggingPeriod As Integer
    'Usage
     
    
    Dim instance As IchimokuCloud
    Dim value As Integer
     
    instance.LaggingPeriod = value
     
    value = instance.LaggingPeriod
    public int LaggingPeriod {get; set;}
    public:
    property int LaggingPeriod {
       int get();
       void set (    int value);
    }
    See Also