| lstPlot.get(i).setDomainGridlinePaint(new Color(0, 0, 0));
}
}
GfrPdfPCell cellLogo = new GfrPdfPCell();
cellLogo.setFixedHeight(fltHeight);
super.add(cellLogo);
float fltX = fltXmin;
float fltY = fltYmin;
cellLogo.getWidth();
cellLogo.setChart(chart,
writer,
fltX,
fltY,
fltWidth,
fltHeight);
|