User (Legacy) Posted November 5, 2001 Report 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
Software FX Posted November 5, 2001 Report 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.
User (Legacy) Posted November 5, 2001 Author Report 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.
Software FX Posted November 7, 2001 Report 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.