User (Legacy) 2 Posted November 5, 2001 Report Share Posted November 5, 2001 Hi, everyone ! I had made XY charts (line type) and then attach data editor to it. And then, I found some problems... In Data Editor, X value's decimal was lost. The Graph's value is working good !!!. It has decimal part of X values... Why this happens ? Need some help ... For example, real data 1 2 3 4 5 6 7 8 9 10 X 11.2 12.4 12.5 11.0 9.1 10.1 12.7 13.1 12.1 12.0 Y 9.7 7.1 6.5 12.1 8.1 9.1 6.1 11.2 13.1 11.2 data editor 1 2 3 4 5 6 7 8 9 10 X 11 12 12 11 9 10 13 13 12 12 Y 9.7 7.1 6.5 12.1 8.1 9.1 6.1 11.2 13.1 11.2 Quote Link to post Share on other sites
Software FX 0 Posted November 5, 2001 Report Share Posted November 5, 2001 Make sure you assign the number of decimals to the X-Axis to the number you want: Axis(AXIS_X).Decimals = Number of decimals to display in data editor and axis legend -- FP Software FX, Inc. Quote Link to post Share on other sites
User (Legacy) 2 Posted November 5, 2001 Author Report Share Posted November 5, 2001 Thank you !!! It works well. Another Question... I'm using VC++ 6.0 with MFC. Is there any document related in CHART FX with MFC. I've not used Visual Basic before, so I can't understand VB syntax and can't read your programming manual provided. Currently I'm using CHART FX 5.0. Again, Thanks a lot. SoftwareFX Support wrote: > Make sure you assign the number of decimals to the X-Axis to the number you > want: > > Axis(AXIS_X).Decimals = Number of decimals to display in data editor and > axis legend > > -- > FP > Software FX, Inc. Quote Link to post Share on other sites
Software FX 0 Posted November 7, 2001 Report Share Posted November 7, 2001 We do not recommend using the MFC wrappers even if your program uses MFC. We recommend you use the #import directive as shown in the sample programs. The sample program use MFC and they show you how to integrate these two. -- FP Software FX, Inc. Quote Link to post Share on other sites
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.