ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / Stochastic Class / DPeriod Property



In This Topic
    DPeriod Property
    In This Topic
    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