User (Legacy) Posted October 1, 2002 Report Posted October 1, 2002 After I installed the service pack with build 6.0.1000, my pie charts (and donuts) disappered. All other charts work (even with the same data & configuration). The pie doesn't appear in either the .NET client format or in PNG format. Chart = new Chart(); Chart.Chart3D = false; Chart.Gallery = Gallery.Pie; Chart.OpenData (COD.Values, series, 4); Chart.Value [0, 0] = 20.0; Chart.Value [0, 1] = 20.0; Chart.Value [0, 2] = 20.0; Chart.Value [0, 3] = 20.0; Chart.CloseData(); Response.Write (chart.GetHtmlTag (width, height));
Software FX Posted October 2, 2002 Report Posted October 2, 2002 I apologize for this, we made a foolish mistake and release a "test" version of the Pie module, we have uploaded a new service pack that does not contain this problem. Again I apologize for this. -- FP Software FX, Inc.
User (Legacy) Posted October 2, 2002 Author Report Posted October 2, 2002 Whew! It's not my imagination! "SoftwareFX Support" <support@softwarefx.com> wrote in message news:sfvMy#haCHA.556@webserver1.softwarefx.com... I apologize for this, we made a foolish mistake and release a "test" version of the Pie module, we have uploaded a new service pack that does not contain this problem. Again I apologize for this. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.