ExtractCommonColumnsToTableOptionsPlaceMultipleYColumnsAdjacentInDestinationTable Property |
Gets a value indicating whether to place multiple y columns adjacent to each other in the destination table.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool PlaceMultipleYColumnsAdjacentInDestinationTable { get; init; }
Property Value
BooleanRemarks
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