Click or drag to resize

DataTableMultipleColumnProxyTransformToListOfXAndYColumn(String, String, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Data.DataTableMultipleColumnProxy.TransformToListOfXAndYColumn(System.String,System.String,System.Boolean)"]


Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ListOfXAndYColumn TransformToListOfXAndYColumn(
	string ColumnX,
	string ColumnsV,
	bool cloneTheProxies
)

Parameters

ColumnX  String

[Missing <param name="ColumnX"/> documentation for "M:Altaxo.Data.DataTableMultipleColumnProxy.TransformToListOfXAndYColumn(System.String,System.String,System.Boolean)"]

ColumnsV  String

[Missing <param name="ColumnsV"/> documentation for "M:Altaxo.Data.DataTableMultipleColumnProxy.TransformToListOfXAndYColumn(System.String,System.String,System.Boolean)"]

cloneTheProxies  Boolean

[Missing <param name="cloneTheProxies"/> documentation for "M:Altaxo.Data.DataTableMultipleColumnProxy.TransformToListOfXAndYColumn(System.String,System.String,System.Boolean)"]

Return Value

ListOfXAndYColumn

[Missing <returns> documentation for "M:Altaxo.Data.DataTableMultipleColumnProxy.TransformToListOfXAndYColumn(System.String,System.String,System.Boolean)"]

See Also