Click or drag to resize

ExtractCommonColumnsToTableOptionsPlaceMultipleYColumnsAdjacentInDestinationTable Property

Gets a value indicating whether to place multiple y columns adjacent to each other in the destination table.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool PlaceMultipleYColumnsAdjacentInDestinationTable { get; init; }

Property Value

Boolean
Remarks
If true, and there are more than one y-columns, they are placed in the destination table adjacent to each other. If false, and there are more than one y-columns, the columns are grouped by their name.
See Also