W
wolfing1
I want to put two series in a line chart using OWC. The thing is, one
of the series X axis is part of the other. Like so:
Series 1:
X axis Y axis
1/1/06 200
1/2/06 300
1/3/06 250
1/4/06 400
1/5/06 290
Series 2
1/2/06 280
1/3/06 270
1/4/06 350
The type of series I'm using is chChartTypeSmoothLine for both.
The way I have it now, the graph shows both series, but the second
series starts at 1/1/06 and shows a line going from 0. Is there a way
to make it so series 2 plotting starts at 1/2/06 instead of 1/1/06?
of the series X axis is part of the other. Like so:
Series 1:
X axis Y axis
1/1/06 200
1/2/06 300
1/3/06 250
1/4/06 400
1/5/06 290
Series 2
1/2/06 280
1/3/06 270
1/4/06 350
The type of series I'm using is chChartTypeSmoothLine for both.
The way I have it now, the graph shows both series, but the second
series starts at 1/1/06 and shows a line going from 0. Is there a way
to make it so series 2 plotting starts at 1/2/06 instead of 1/1/06?