Whether it is possible to draw line chart using both X and Y axis two dimensional array. At present Group dataset uses Y axis 2-d array.But X-axis is 1-D array.
No, the group dataset does not support multiple x-arrays, like the y-values. You would need to create multiple group datasets, and group dataset plots, one for each x-array in your multiple x-array set of data.