User (Legacy) Posted January 14, 2002 Report Share Posted January 14, 2002 Hi, everyone ! I had made XY charts (line type) and then attach data editor to it. And then, I found some problems... In example, there is single series, I give it name as a "test" (as a label) In data editor, look like this !!! 1 2 3 4 5 6 7 8 9 10 ---------------------------------------------------------- test 3 4 3 1 4 4 2 7 2 9 1 4 6 2 8 7 6 8 2 1 But I want to look like this !!! 1 2 3 4 5 6 7 8 9 10 ---------------------------------------------------------- Y 3 4 3 1 4 4 2 7 2 9 Z 1 4 6 2 8 7 6 8 2 1 In conclusin, I want to name each element of XY charts ! You know what I want ! Thanks ! Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 14, 2002 Report Share Posted January 14, 2002 The X-Values are independent for each series, maybe in your case they are the same for all series but in general they are not, that's why each series requires a separate set of X-Values represented by a separate line in the data editor. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 16, 2002 Author Report Share Posted January 16, 2002 The problem I faced is not like that ! For example, I have 20 series, and they are XY value pair ! I want to look like this !!! I can't give a name (test1 X, Y) each X, Y value in series in data editor... * 1 2 3 4 5 6 7 8 9 10 ****************************************************** test1 X * 3 4 3 1 4 4 2 7 2 9 Y * 1 4 6 2 8 7 6 8 2 1 ****************************************************** test2 X * 3 4 3 1 4 4 2 7 2 9 Y * 1 4 6 2 8 7 6 8 2 1 ****************************************************** ... and so on ... ****************************************************** test20 X * 3 4 3 1 4 4 2 7 2 9 Y * 1 4 6 2 8 7 6 8 2 1 ****************************************************** Again Thank you ! SoftwareFX Support wrote: > The X-Values are independent for each series, maybe in your case they are > the same for all series but in general they are not, that's why each series > requires a separate set of X-Values represented by a separate line in the > data editor. > > -- > FP > Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.