Skip to content

Custom1DTable.GetGridDataStrings() Method

Returns a tuple containing the axis data string and the grid data string. The axis data is a bracketed list built from the Xaxis array, and the grid data is a bracketed list containing the one-dimensional data array.

1
(axisData, gridData) GetGridDataStrings()

Returns

<System.String,System.String>