I
ilonachka
I have a sheet with the following type of data:
Type Value Date
A $100 01/08
A $200 02/08
B $50 06/07
B $22 05/08
I'm creating a chart and setting the x-axis as Date, the y-axis as
Value and need 2 stacked lines each representing a type.
I set the X as Date
ActiveChart.SeriesCollection(1).XValues = WorkWk.Range("C2", EndStr)
with WorkWk = current worksheet and EndStr being the end of the
column, so C5 in the example above and that resets the y-axis to
Column B. So how would I make the 2 types each its own line on the
graph?
Thanks,
Ilona
Type Value Date
A $100 01/08
A $200 02/08
B $50 06/07
B $22 05/08
I'm creating a chart and setting the x-axis as Date, the y-axis as
Value and need 2 stacked lines each representing a type.
I set the X as Date
ActiveChart.SeriesCollection(1).XValues = WorkWk.Range("C2", EndStr)
with WorkWk = current worksheet and EndStr being the end of the
column, so C5 in the example above and that resets the y-axis to
Column B. So how would I make the 2 types each its own line on the
graph?
Thanks,
Ilona