/**
  * Returns the label.
  *
  * @return
  */
 public String getLabelI18nKey() {
   return yField.getDatadescription() != null
       ? yField.getDatadescription().getLabelI18nKey()
       : null;
 }