imageBox.connectWidget(imageViewer, imageKey);
setRefreshingPeriod(imageKey);
setxAttributeName(xAttributeName);
setyAttributeName(xAttributeName);
if (imageProp != null && label != null) {
final ImageProperties property = imageProp.get(label.toLowerCase());
if (property != null) {
imageViewer.setImageProperties(property);
}
}
imageBox.setSynchronTransmission(imageViewer, false);