Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic RealTimeChart: Force refresh axes (Read 3384 times)
Mattekr
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: Sep 27th, 2017
RealTimeChart: Force refresh axes
Sep 27th, 2017 at 5:19pm
Print Post  
Hi everyone, there is a way to force the refresh of the axes of a RealTimeChart.

My SW allows the user to choose the values to be represented on the axes, but updating this is not immediate, sometimes passing several times.

Thanks in advance
  
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Offline


tech.support

Posts: 3153
Joined: Oct 19th, 2005
Re: RealTimeChart: Force refresh axes
Reply #1 - Sep 28th, 2017 at 12:22pm
Print Post  
Hi,

If changing X axis values try calling the Commit method. Y axes should repaint automatically when Axis properties get changed. I can see slight difference in how PropertyChanged is handled for Axis.Background - if other properties don't repaint immediately, try also resetting Background. Alternatively try replacing the Axis object in Y or Y2 collection with a new one.

Regards,
Slavcho
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint