Hi everyone,
I would appreciate some help with the following problem.
I'm currently creating a DataField that save some value in a.fit file.
A particular one will display smoothed value in a graph and I would like to display the number of value smoothed in the graph title (the value is modifiable by the user as a setting)
Unfortunatly as the graph title is stored in strings.xml file i'm unable to display this value.
As of now I have my setting and the propertie:
<setting propertyKey="@Properties.lissage" title="@Strings.lissage"> <settingConfig type="numeric" min="1" max="300" /> </setting>
<property id="lissage" type="number">5</property>
And the string where (S) would stand for the value i want to display
<string id="powerEstMean_graph_label">Puissance moy. est. lis. (S)</string>
Can someone point me in the right direction to do so or as i'm afraid after some search confirm it's impossible to do.
Thanks