Dimitar thanks for your answer.
I applied that code, however, the string that i get is the name of the field: ‘Name_Reading1’, ….
I mean, what i need to get is the value of the field. Each one of these fields contain a string stating the name of the variable in the series.
I need to show that value.
Example:
In the database this field ‘Name_Reading1’ = ‘Description Of Temperature’
‘Name_Reading2’ = ‘Current Reading’
‘Name_Reading3’ = ‘Level of water’
Now, in the graph the DisplayText must show []’Description Of Temperature’ [] ‘Current Reading’ [] ‘Level of water’
The values of ‘Name_Reading1’, ‘Name_Reading2’, etc, could change, so, displayText can not be a prefixed string. it mus be read from database by using this fields ‘Name_Reading1’, ‘Name_Reading2’, …
Thank you again.