ComponentOne FinancialChart for WPF
DPeriod Property



C1.WPF.Chart.Finance Namespace > Stochastic Class : DPeriod Property
Gets or sets the period for the %D simple moving average.
Syntax
'Declaration
 
Public Property DPeriod As Integer
'Usage
 
Dim instance As Stochastic
Dim value As Integer
 
instance.DPeriod = value
 
value = instance.DPeriod
public int DPeriod {get; set;}
public:
property int DPeriod {
   int get();
   void set (    int value);
}
See Also

Reference

Stochastic Class
Stochastic Members