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



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