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



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