M
Mike Holloway
I have a .net web form where I am using C# to add an
OWC10 chart. I have successfully added 4 series to the
chart. Each of the series has a range of dates as the
category (X) and the series values for each of the series
ranges from 50000 to 4500000 (Y1). So far so good. Now
I am wanting to add a fifth series to plot the BTU values
that correspond to the daily value of each of the other 4
series. I have set ungroup to true, set the min and max
scale to 0 and 2000 respectively and have the 0-2000
values displaying successfully on the right side of my
graph (i.e. the Y2). My Y1 values plot great but even
though my comma delimited string of BTUs contain numbers
like 1033, 1005, 1030, 1055 .... When the graph is
displayed it just puts a bunch of columns that are pegged
out at 2000. ????????
OWC10 chart. I have successfully added 4 series to the
chart. Each of the series has a range of dates as the
category (X) and the series values for each of the series
ranges from 50000 to 4500000 (Y1). So far so good. Now
I am wanting to add a fifth series to plot the BTU values
that correspond to the daily value of each of the other 4
series. I have set ungroup to true, set the min and max
scale to 0 and 2000 respectively and have the 0-2000
values displaying successfully on the right side of my
graph (i.e. the Y2). My Y1 values plot great but even
though my comma delimited string of BTUs contain numbers
like 1033, 1005, 1030, 1055 .... When the graph is
displayed it just puts a bunch of columns that are pegged
out at 2000. ????????