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
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