User (Legacy) Posted October 1, 2002 Report Posted October 1, 2002 Is it possible to add a line series on a stacked area chart? Chart.Gallery = Gallery.Area; Chart.Stacked = Stacked.Normal; // series 0-1 are stacked area // series 2 is a line on top of the area Chart.Series[2].Gallery = Gallery.Lines; The graph looks fine without the line, but once the line is added, the drawing routine gets a little confused.
Software FX Posted October 2, 2002 Report Posted October 2, 2002 This is indeed a bug. We are going to fix it in the next SP. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.