Jump to content
Software FX Community

RealTime with panes - bug?


Angel

Recommended Posts

Hi, I am trying to add Data to the panels different from the panel 0 and he returns me the error: "Overflow error "

the code that I execute is:

this.RealTime.BeginAddData(1, RealTimeAction.Append);

this.Data[1, 0] = value;  // where 1 is serie in the panel 1,

this.RealTime.EndAddData(false, true);

if I put all the series in the same pane I don't have problem

or if I add the data without the real time I don't have problem too

 

thanks

 

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.
Note: Your post will require moderator approval before it will be visible.

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...