Nevron Forum
Back
Login
Register
Login
Register
Home
»
Nevron Vision for NET
»
Nevron Chart for .NET
»
HeatMap problems when values pass 0
HeatMap problems when values pass 0
Post Reply
HeatMap problems when values pass 0
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
Lennart Bossér
Lennart Bossér
posted 8 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 5,
Visits: 37
Hello,
There seems to be some instability which leads to strange behaviour when the values in a NHeatMapSeries has both positive and negative values.
example from the Nevron example code in NHeatMapContourUC.xaml.cs lines 113 - 121
Original code (Works)
for (int row = 0; row < GridStepY; row++, x += dIncrementX)
{
y = 10 - Math.Sqrt((x * x) + (z * z) + 2);
y += 3.0 * Math.Sin(x) * Math.Cos(z);
double value = y;
data.SetValue(row, col, value);
}
Slightly altered code (Fails). Note change in line 3 below
for (int row = 0; row < GridStepY; row++, x += dIncrementX)
{
y = 1 - Math.Sqrt((x * x) + (z * z) + 2);
y += 3.0 * Math.Sin(x) * Math.Cos(z);
double value = y;
data.SetValue(row, col, value);
}
Best regards,
Lennart
Tags
NHeatMapSeries
Reply
Like
0
Reply
Nevron Support
Nevron Support
posted 8 Years Ago
ANSWER
Post Details
Group: Administrators
Posts: 3.1K,
Visits: 4.2K
Hi Lennart,
Just a short note that we found/fixed the problem. It was related to double precision after the 8 decimal digit so it was kind of difficult to spot at first. Thank you for sending the code that reproduces it. We'll upload a SP fixing this later today.
Best Regards,
Nevron Support Team
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
HeatMap problems when values pass 0
Lennart Bossér
-
8 Years Ago
Hi again, I have the same problem with NHeatMapSeries for other...
Lennart Bossér
-
8 Years Ago
Hi Lennart, We were unable to reproduce the problem - we tested using...
Nevron Support
-
8 Years Ago
Version as reported in Visual studio C# 2013 Nevron.Chart.Wpf version...
Lennart Bossér
-
8 Years Ago
Hi Lennart, Just a short note that we found/fixed the problem. It was...
Nevron Support
-
8 Years Ago
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search