I need to create view where the user can change a symbol’s style properties such as color and choose it to have animation or not. I know I can create a particular style with animation but I need to change its properties dynamically based on tag values.
Is it possible right now with v8.1.17?
Thanks
The style classes are css which is not really editable in run time.
You can just bind it to the style property though. But not everything is going to work like that and it really isnt very good practice either.
Just give them a couple of themes (dark mode) to choose from and let them select that.
Storing it in a tag will make it work for all users though so thats also not a good idea.