veena 0 Report post Posted July 20, 2010 I am looking for making a Gannt plot along with Scatter plot in Java. However when both are plotted in same chart the Gannt plot is coming as bar plot. Please help me in solving this. Quote Share this post Link to post Share on other sites
RandyJ 0 Report post Posted July 30, 2010 Hi, The problem is related to the fact that you are trying to combine an XY chart (which has a numerical axis), with a non-x/y chart (which has a categorical axis). Using XY charts will prevent you from combining the gallery with any non-x/y charts (e.g., bar charts, gantt, etc.), as X-Values can be used only in some galleries such as LINES, AREA, CURVE, STEP, SCATTER, SURFACE, CONTOUR. Please note that an unexpected behavior may be experienced when attempting to perform a non-supported combination. Additionally please note that, by design, Gantt, Surface and Contour galleries can't be combined with other chart types. Regards, Quote Share this post Link to post Share on other sites