I finally found a solution!!! I must say, the keywords in the kb made
tracking it down a pita.
http://support.microsoft.com/default...;EN-US;q286317
Thanks,
Ben
"Ben" <ben@online.nospam> wrote in message
news:T6tOc.2128$LT1.1083@fe37.usenetserver.com...[color=blue]
> Hi, I have a line chart that I'm creating in asp.net c#. I'm supplying[/color]
data[color=blue]
> to the chart with a tab delimited string. The problem I'm having is that[/color]
if[color=blue]
> 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
>
>
>[/color]