cwa3DLine.setType(title); //$NON-NLS-1$
cwa3DLine.setSubType("Overlay"); //$NON-NLS-1$
// Plot
cwa3DLine.getBlock().setBackground(ColorDefinitionImpl.WHITE());
Plot p = cwa3DLine.getPlot();
p.getClientArea().setBackground(ColorDefinitionImpl.create(255, 255, 225));
// Title
cwa3DLine.getTitle().getLabel().getCaption().setValue(title);//$NON-NLS-1$
return cwa3DLine;
}