C
Cinco
I am using an XY (scatter) chart to plot eight time-stamped events (series).
I want the Y-value for each event to be a constant so I can use different
colored error bars with different heights to show the event/series on my
chart. Currently I have filled columns with the desired constant value (4,
6, 8, 10, ...) for each X-series and use these columns to supply the constant
Y-value. There must be a simpler way to accomplish my objective. If I
provide the constant as, for example, 6, to the Y-series, it uses this value
only for the first x-series point. I want it to use this value for all the
x-values in the series. Is there a simpler way to make this happen? Any
assistance would be greatly appreciated as I have not been able to figure out
how to do this!
I want the Y-value for each event to be a constant so I can use different
colored error bars with different heights to show the event/series on my
chart. Currently I have filled columns with the desired constant value (4,
6, 8, 10, ...) for each X-series and use these columns to supply the constant
Y-value. There must be a simpler way to accomplish my objective. If I
provide the constant as, for example, 6, to the Y-series, it uses this value
only for the first x-series point. I want it to use this value for all the
x-values in the series. Is there a simpler way to make this happen? Any
assistance would be greatly appreciated as I have not been able to figure out
how to do this!