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

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

    Return Value

    An array of double precision numbers.
    See Also