Y
Yaser
hi everyone,
I have problem creating a line chart with more than one series/line. My
table looks like:
ID, CI1,CI2,CI3,PI1,PI2,PI3
I want to make a chart for each ID that consist of two line, the first line
plot CI1 ..CI3 and
the second line plots PI1 .. PI3.
In the recordset source I have a SELECT statment that return all the
required data, but the chart plots all the data in the same line (I tried to
change the datasheet to plot two lines but it didn't work).
Is there a way to force the chart to draw 2 lines instead of one and how I
can specify the source for each line.
Any help is appreciated
thanks in advance
I have problem creating a line chart with more than one series/line. My
table looks like:
ID, CI1,CI2,CI3,PI1,PI2,PI3
I want to make a chart for each ID that consist of two line, the first line
plot CI1 ..CI3 and
the second line plots PI1 .. PI3.
In the recordset source I have a SELECT statment that return all the
required data, but the chart plots all the data in the same line (I tried to
change the datasheet to plot two lines but it didn't work).
Is there a way to force the chart to draw 2 lines instead of one and how I
can specify the source for each line.
Any help is appreciated
thanks in advance