if(tmpAttributePolledList.size() + tmpInvalidAttribute + m_attributeKOList.size() == attributeNameList.length)
{
BindingTango.removeConnectionListener(this);
setModel(tmpAttributePolledList);
String tmpAttributeName = null;
Enumeration<?> tmpEnumerationEntity = tmpAttributePolledList.elements();
tmpIAttribute = null;
while (tmpEnumerationEntity.hasMoreElements()) {
tmpIAttribute = (IAttribute) tmpEnumerationEntity.nextElement();
tmpAttributeName = tmpIAttribute.getName();
super.addToAxis(tmpAttributeName, Trend.SEL_Y1, true);