Jump to content
Software FX Community

[Combined Problem - XY Charts with data Editor]


User (Legacy)

Recommended Posts

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

Link to comment
Share on other sites

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.

post-2106-13922392313461_thumb.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...