Jump to content

TUniScatterSeries and floating numbers


filfor

Recommended Posts

Hello,

I am having  problems on display an XY serie of data , that is double definied. (array x and y are between -2 and 2).

I am addin data in this way:
myxyserie.AddValue(db.Fields[fieldnoy].AsFloat,(db.Fields[fieldnox].AsFloat);

 

I see only a sequence of points in 0, -1, 1 in x or y: it truncate all decimal part, instead axes are correctly with floating numbers.

(a workaround is to multiply all by 1000...)

I am asking how to say that data is double defined.

Thanks

Filippo

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...