We cannot tell by inspection what is wrong with your program. It may be in the parts of the code you do not show. To rule out a simple problem with the LineGapPlot routine used in a real-time graph, we modified the example program ScrollGraphDemo.GroupScrollGraph1 to plot a LineGapPlot.
// The following line was changed to create the LineGapPlot
// MultiLinePlot groupplot = (MultiLinePlot) new MultiLinePlot(pTransform1, null, attribArray);
LineGapPlot groupplot = (LineGapPlot) new LineGapPlot(pTransform1, null, attribArray[0]);
groupplot.setFastClipMode(ChartConstants.FASTCLIP_X);
rtlineplot = new RTGroupMultiValuePlot(pTransform1,groupplot, bigProcessVarArray);
chartVu.addChartObject(rtlineplot);
It worked as expected.
If you cannot solve the problem, first see if you can reproduce the problem using the ScrollGraphDemo.GroupScrollGraph1 example program. If not, then zip your complete project that reproduces the problem and send it with an explanation to support@quinn-curtis.com.