Example: Function property

This example sets the function of the first data field as average.

  dataFields.item(1).setFunction(Constant.SYMPHONY_GENERAL_FUNCTION_AVERAGE);

Related information

Function property