ComponentOne FinancialChart for WPF
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
    public int KPeriod {get; set;}
    public:
    property int KPeriod {
       int get();
       void set (    int value);
    }
    See Also