FlexPivot provides the option for adding more than one value fields to the Values list. All you need to do is set MaxItems property to some numeric value in the code. This example uses the sample created in Configuring Fields in Code.
Set the MaxItems property to 3 and add three value fields namely Extended Price, Discount and Freight to the ValueFields.Add() method as illustrated in the following code.