Feroz Posted August 10, 2010 Report Posted August 10, 2010 Hi, Assigning double.NaN to y values returns Overflow error. Here is the code. chart1.OpenData(SoftwareFX.ChartFX.COD.Values, 1, 6); chart1.OpenData(SoftwareFX.ChartFX.COD.XValues, 1, 6); chart1.Value[0, 0] = 52; chart1.Value[0, 1] = double.NaN; chart1.Value[0, 2] = 53; chart1.Value[0, 3] = 54; chart1.Value[0, 4] = 55; chart1.Value[0, 5] = 56; chart1.XValue[0, 0] = 0; chart1.XValue[0, 1] = 3; chart1.XValue[0, 2] = 4; chart1.XValue[0, 3] = 1; chart1.XValue[0, 4] = 2; chart1.XValue[0, 5] = 5; chart1.CloseData(SoftwareFX.ChartFX.COD.Values); chart1.CloseData(SoftwareFX.ChartFX.COD.XValues); chart1.Gallery = SoftwareFX.ChartFX.Gallery.Lines; I need to show the user that Y has some value. How to achieve this. Thanks M.S. Feroz. Quote
CarlosAC Posted August 17, 2010 Report Posted August 17, 2010 Hi Feroz Unfortunately, Chart FX does not support double.NaN. If you want to Quote
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.