VekiPeki Posted July 4, 2008 Report Share Posted July 4, 2008 Hi! Is there a way to display something different than "0,-1" in Data editor when there is a float.NaN value in the middle of an array? Thanks, Veki Quote Link to comment Share on other sites More sharing options...
Frank Posted July 4, 2008 Report Share Posted July 4, 2008 Instead of float.NaN use Chart.Hidden Quote Link to comment Share on other sites More sharing options...
VekiPeki Posted July 7, 2008 Author Report Share Posted July 7, 2008 It works ok, thanks! The only thing is I have to cast float to double for entire array, replacing NaNs with chart.Hidden which is of type double. I also expected Hidden to be a static field, but it's actually an instance field (at least in ChartFX Client Server) -- just in case someone has the same problem. Best regards, Veki Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.