Property Axis
Axis
Gets or sets the dimension along which to merge the arrays.
public int Axis { get; set; }
Property Value
Remarks
A value of zero specifies concatenating rows, and a value of one specifies concatenating columns. In the case of concatenating single-dimension arrays, the Axis property is ignored.