Question on strange chart skewing--doubling of random values

  • Thread starter Arthur Strutzenberg
  • Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top