ComponentOne FinancialChart for WPF
KPeriod Property



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

Reference

Stochastic Class
Stochastic Members