[]
        
(Showing Draft Content)

C1.Win.C1Chart.StatisticalData.GetDoubleArrayXY

StatisticalData.GetDoubleArrayXY Delegate

The delegate as reference to the an chart data array of numbers.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public delegate double[][] StatisticalData.GetDoubleArrayXY()
Returns
Type Description
double[][]

An array of double precision numbers.

Constructors

Name Description
GetDoubleArrayXY(object, IntPtr)

Methods

Name Description
BeginInvoke(AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke()