Replies: 1 comment 3 replies
-
|
Hi there, it would be great if you could provide a code snippet that shows the problem so that I can reproduce it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is related to question #68. I am able to update the data at a rate of 1Hx and this works well. I then tried to change the time stamp of the
XYPane<CharItem>(not just the "y" value) by changing the time-stamp of theArrayList[TYChartItem]contained in theXYSeries. This does not seem to work - either no lines are shown or only part of the samples are shown (suspect the latter is my bug).My question is: can I change the time-stamp for a fixed length x-axis or even change the
XYSerieslength continuously? A look at the code inXYChartans see:so I assume changes to the axis will regenerate the plot. However, I see no method to access the private
axismember to cause this update.Using version 17.1.2
TIA
Beta Was this translation helpful? Give feedback.
All reactions