You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to be able to update the value on a BarChartItem after it has been created, this is mainly for use cases when you want a chart to change in real time when using it within a Live scenario. As it stands at the moment even if I create each BarChartItem individually and access them the Value property is read only, with no set mechanism.
Describe the solution you'd like
I want a way to be able to update the value within the barchart item after it has been initialized.
Describe alternatives you've considered
Currently I just clear out all items and then just add them back in each time but it's inefficient
Additional context
As mentioned this is mainly only useful within Live scenarios, but it feels like a useful addition.
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to be able to update the value on a
BarChartItem
after it has been created, this is mainly for use cases when you want a chart to change in real time when using it within aLive
scenario. As it stands at the moment even if I create eachBarChartItem
individually and access them theValue
property is read only, with no set mechanism.Describe the solution you'd like
I want a way to be able to update the value within the barchart item after it has been initialized.
Describe alternatives you've considered
Currently I just clear out all items and then just add them back in each time but it's inefficient
Additional context
As mentioned this is mainly only useful within
Live
scenarios, but it feels like a useful addition.Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: