ComponentOne FinancialChart for WPF
Period Property (IndicatorBase)



C1.WPF.Chart.Finance Namespace > IndicatorBase Class : Period Property
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

Reference

IndicatorBase Class
IndicatorBase Members