T O P I C R E V I E W |
santmg |
Posted - 30 May 2008 : 00:11:40 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.
I need GroupDataset(x[][],y[][])
Thanks, Santosh |
1 L A T E S T R E P L I E S (Newest First) |
quinncurtis |
Posted - 30 May 2008 : 04:30:43 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. |
|
|