OWC ASP.Net Chart Problem

B

Ben

Hi, I have a line chart that I'm creating in asp.net c#. I'm supplying data
to the chart with a tab delimited string. The problem I'm having is that if
data is missing, it isn't displayed in the correct spot.

For example if I have a, b and c with data 1, 2, 3 some have the data some
don't. I would expect to see...

a 1 2 3
b 1 3
c 2 3
1 2 3

Instead I'm getting,
a 1 2 3
b 1 3
c 2 3
1 2 3

I realize this is hardly a line chart, but it is representative of my
problem. I've tried sending in null and a tab, but nothing seems to work.

Any help appreciated.

Thanks,
Ben
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top