Skip to main content
snnzdmr1
Associate III
February 4, 2024
Question

Dynamic Graph in Swipe Container

  • February 4, 2024
  • 1 reply
  • 892 views

Hello.

I have a SwipeContainer and it works very well. 

I put a lot of elements in swipeContainer and I don't have low fps. But if I put dynamic graphics and add data to the graphics, the fps drops a lot.I realize that drawing graphics is very computationally demanding. 

I wonder if there is anything I can do to improve performance

Thanks

This topic has been closed for replies.

1 reply

ST Employee
February 6, 2024

Hello @snnzdmr1 ,

Are you using one graph inside your container? Or are you using multiple graphs in one single page? 
A common way to help the performance would be to decrease the number of Data Points that you show at once. But, as you mentioned, dynamic graphs are computationally expensive to have. 

 

I hope this helps you!