Bugs in Maintenance release?
Posted: Tue Jan 06, 2004 9:25 am
I downloaded and installed the maintenance release, which I was pleased had finally been made, as a response to a previous support enquiry I had made by email (4 months ago now) had indicated that problems I had with images in a Point series would be resolved in a future release.
Unfortunately, while the image is displayed in the legend the image isn't displayed at all in the chart, just a rectangle coloured and patterned however it happens to be set. So it's pointless displaying the image in the legend, which is a worse situation than I had originally reported.
I also have a chart with a Bar series, it had an integer for the x axis, a double for the y axis and a label was used to display some text for each point on the x axis. I used the Series.Add(x, y, text) method to achieve this. Unfortunately with this release the text was only displayed for the first bar shown in the chart the remaining bars had no text or anything on the x axis. However, I was able to get around this by using the Series.Add(y, text) method instead as I'm not married to having the x value there, and this method seemed to do the job well enough. But I thought you should know it looks like there's a bug with that particular overload of the Add method.
I also found that 3 series (one a point, the other 2 line) which existed quite happily on the same zorder with version 1.0.1189.31308 wouldn't in this new version. When shown separately they were fine, but when shown in combination one or other had the effect of 'hiding' parts of the other series such that if all 3 were displayed together only one would be displayed correctly the other two would be truncated. I got around this by putting each on a separate 'z' although I'd prefer the way it works in version 1189, as I don't want the chart to look too 'deep' on the z axis.
Another problem I had was that design-time changes to the properties of the Points series I was working with did not get 'saved' into the InitializeComponent method, meaning that those changes were lost and forced me to set the properties at run-time. Another seeming bug that I thought you should know about.
Unfortunately, while the image is displayed in the legend the image isn't displayed at all in the chart, just a rectangle coloured and patterned however it happens to be set. So it's pointless displaying the image in the legend, which is a worse situation than I had originally reported.
I also have a chart with a Bar series, it had an integer for the x axis, a double for the y axis and a label was used to display some text for each point on the x axis. I used the Series.Add(x, y, text) method to achieve this. Unfortunately with this release the text was only displayed for the first bar shown in the chart the remaining bars had no text or anything on the x axis. However, I was able to get around this by using the Series.Add(y, text) method instead as I'm not married to having the x value there, and this method seemed to do the job well enough. But I thought you should know it looks like there's a bug with that particular overload of the Add method.
I also found that 3 series (one a point, the other 2 line) which existed quite happily on the same zorder with version 1.0.1189.31308 wouldn't in this new version. When shown separately they were fine, but when shown in combination one or other had the effect of 'hiding' parts of the other series such that if all 3 were displayed together only one would be displayed correctly the other two would be truncated. I got around this by putting each on a separate 'z' although I'd prefer the way it works in version 1189, as I don't want the chart to look too 'deep' on the z axis.
Another problem I had was that design-time changes to the properties of the Points series I was working with did not get 'saved' into the InitializeComponent method, meaning that those changes were lost and forced me to set the properties at run-time. Another seeming bug that I thought you should know about.