2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / StatisticalData.GetDoubleArray Delegate

In This Topic
    StatisticalData.GetDoubleArray Delegate
    In This Topic
    The delegate as reference to the an chart data array of numbers.
    Syntax
    'Declaration
     
    Public Delegate Function StatisticalData.GetDoubleArray() As System.Double()
    public delegate System.double[] StatisticalData.GetDoubleArray()

    Return Value

    An array of double precision numbers.
    See Also