Skip to content

Update/Refresh Chart View #407

Answered by beto-rodriguez
langejay asked this question in Q&A
Discussion options

You must be logged in to vote

Try to force an update using the core method:

UIChart.CoreChart.Update(new LiveChartsCore.Kernel.ChartUpdateParams { IsAutomaticUpdate = false, Throttling = false });

Where UIChart is Chart in your case, I mean it should work with any control provided by the library no matter the platform you are working on.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@langejay
Comment options

Answer selected by langejay
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants