ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / IndicatorBase Class / Period Property



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