PlotLab VCL
How do we enter a NaN value into TSLScope?
Thread Starter: Jim Rowell Started: 6/16/2008 5:30 PM UTC
Replies: 2
How do we enter a NaN value into TSLScope?
I'm evaluating the SlScope component and I'm wondering how one enters NaN values into the chart. This is rather important for us to be able to do.
Re: How do we enter a NaN value into TSLScope?
Jim Rowell wrote:
I'm evaluating the SlScope component and I'm wondering how one enters NaN values into the chart. This is rather important for us to be able to do.

I guess I should explain a bit more. I need to show breaks in a chart line when the data equals a NaN value. Ideally, a chart should handle this automatically or at least provide a method for handling it (TChart has the AddNull procedure).

Jim
Re: How do we enter a NaN value into TSLScope?
Hi Jim,

Currently the only way to implement this is to use multiple channels. We plan to add this feature, but it will be no earlier than 3 weeks from now.

  Cheers,
     Boian


Jim Rowell wrote:
I guess I should explain a bit more. I need to show breaks in a chart line when the data equals a NaN value. Ideally, a chart should handle this automatically or at least provide a method for handling it (TChart has the AddNull procedure).
Jim