So the problem is, my manager wants to do a normal line graph with the data points for a data series. Then, he has two more series which are the standard error for the first series (essentially just two more series, slighly above, and slightly below the first, but not always parrallel to it).
He wants to have a polygon that is essentially what you would get if you drew a light gray polygon that followed the two standard error series (the upper and lower relative to the main/center series) and then was closed off on each end (first data point of the upper series was connected to the first data point of the lower series) with the main data series appearing on top of this polygon.
The purpose is to illustrate the standard error surrounding a given series of data (by having the filled polygon behind the primary series).
So what I've done is figured out, programatically how to build the polygon, BUT I cant figure out how to get it to line up correctly on the chart (i can build the shape, but havent been able to figure out how to align it properly to the 2nd two data series, and properly behind the primary series).
Does anyone know to get, essentially, the .Top, and .Left properties for a data point? (if I had that I could then line my polygon up right).
I am also open to any other ideas that anyone might have that would allow me to do the equivlant of having a filled polygon behind the main one that equates to the standard error.
Regards,
Tj
He wants to have a polygon that is essentially what you would get if you drew a light gray polygon that followed the two standard error series (the upper and lower relative to the main/center series) and then was closed off on each end (first data point of the upper series was connected to the first data point of the lower series) with the main data series appearing on top of this polygon.
The purpose is to illustrate the standard error surrounding a given series of data (by having the filled polygon behind the primary series).
So what I've done is figured out, programatically how to build the polygon, BUT I cant figure out how to get it to line up correctly on the chart (i can build the shape, but havent been able to figure out how to align it properly to the 2nd two data series, and properly behind the primary series).
Does anyone know to get, essentially, the .Top, and .Left properties for a data point? (if I had that I could then line my polygon up right).
I am also open to any other ideas that anyone might have that would allow me to do the equivlant of having a filled polygon behind the main one that equates to the standard error.
Regards,
Tj