Click or drag to resize

XAndYColumnGetResolvedXYData Method

Retrieves the resolved X and Y data arrays along with the number of rows in the dataset.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public (double[] , double[]? , int RowCount) GetResolvedXYData()

Return Value

ValueTupleDouble, Double, Int32
A tuple containing the X data array, the Y data array, and the row count. The X and Y arrays may be null if no data is available. The row count indicates the number of data points in the arrays.
See Also