Hello Everyone,
Wishing you a good day.
I am trying to make a gauge where I want only the tick marks but no label of numbers. I have hit a roadblock and could not configure as to how I can achieve it.
And For the chart I am using history chart single line but the value of legend(below the chart "CPU Usage" should be dynamic (i.e.,coming from the params)Need help with this as well
This is my requirement
But I have created
pardon the image quality cant get it in more resolution
Can't you just take a screenshot and post that?
2 Likes
No, the legend is just a legend showing the name of the trend.
To display the value use two labels - one for the caption and other for the value.
should be dynamic (i.e.,coming from the params).
No, it shouldn't come from a parameter. View parameters are only read when the view first loads. Instead, on the label create a Tag Binding on the text
property to the tag whose value you want to display. This will update at the same rate the tag does.
1 Like
thank you it works for the charts