Is it possible to add a value over the knob(s) when using the slider widget?

With the slider widget, is it possible to add the current value directly over the slider knob? I want it to be clear what the value is set to. I know I can add text over it myself, but I’m wondering if the widget, when SquareLine generates the code, will keep the text directly over the current slider value?

Example:
(New users can only embed one media per post, see below)

Here’s another style that I wouldn’t mind:
Screenshot 2024-09-15 at 4.32.12 PM

Example because of limit:
Screenshot 2024-09-15 at 4.38.04 PM

It’s not directly supported by SquareLine Studio to set X coordinate based on slider-value, or to add label to the knob, but thanks for the suggestion, we’ll take a note. You can still do it in the exported code with some ratio/coordinate calculations to set the label’s X position. (Event trigger: VALUE_CHANGED, Event action: CALL_FUNCTION).