XAndYColumnGetResolvedXYData Method |
Retrieves the resolved X and Y data arrays along with the number of rows in the dataset.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic (double[] , double[]? , int RowCount) GetResolvedXYData()
Return Value
ValueTupleDouble,
Double,
Int32A 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