A
Arthur Strutzenberg
I am working on developing a line chart in ASP.NEt using C# and OWC. I am
using both OWC10, and was able to reproduce this same problem with version
11.
Observations:
The data that I'm working with goes for several points with a value of zero
up to some other value (in my example code, it goes to a value of 6).
The problem that I am observing is for seemingly random points, this value
is gets doubled (producing a saw tooth pattern instead of a smooth line with
no slope).
What is intriguing is when I change the category data over to the DateTime's
ticks property instead, the chart "settles down" and renders a proper chart.
Any ideas of what might be going on, or further information that I should
produce?
using both OWC10, and was able to reproduce this same problem with version
11.
Observations:
The data that I'm working with goes for several points with a value of zero
up to some other value (in my example code, it goes to a value of 6).
The problem that I am observing is for seemingly random points, this value
is gets doubled (producing a saw tooth pattern instead of a smooth line with
no slope).
What is intriguing is when I change the category data over to the DateTime's
ticks property instead, the chart "settles down" and renders a proper chart.
Any ideas of what might be going on, or further information that I should
produce?