C1.WPF.Chart.Finance Namespace / Stochastic Class / KPeriod Property



In This Topic
KPeriod Property
In This Topic
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
See Also