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



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