Labels are changeable via Blynk.setProperty(V0, “label”, “My New Widget Label”); but are not readable via code.
However by using any display type Widget you can have both the display of a value as well as its calculability via its associated virtual pin.
etc.
Currently any calculation must be done in the sketch, but there are indications that some App level calculation is forthcoming.