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



In This Topic
    KValues Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property KValues As Double()
    'Usage
     
    
    Dim instance As Stochastic
    Dim value() As Double
     
    value = instance.KValues
    public double[] KValues {get;}
    public:
    property array<double>^ KValues {
       array<double>^ get();
    }
    See Also