Click or drag to resize

ConvertXYVToMatrixDataAndOptionsData Property

Holds the data necessary for converting a table containing X-Y-value data into a matrix.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DataTableMultipleColumnProxy Data { get; }

Property Value

DataTableMultipleColumnProxy
The data.
See Also