TeeChart.Axis.Left.Maximum value not refreshed
Posted: Fri Sep 08, 2006 10:33 am
I noticed following issue in TeeChart...
We have an series, colorGrid (size 175*200) and we added new "row" every 30s by using the timer. Method what was used to add new points is colorGrid1.Add()
New rows are added correctly when colorgrid is in visible but when you minimize the application where TeeChart has and maximized again after 5min it has not drawn the rows during that time when application was minimized?!
We noticed that TeeChart.Axis.Left.Maximum - property value was not updated during that time when application was minimized and that caused the problems, because we look the Axis.Left.Maximum - property every time when start to drawn new lines and now because the property not updated it draws the new lines in always in same place
Have you noticed this issue?
TeeChart version is 1.0.1452.42972
We have an series, colorGrid (size 175*200) and we added new "row" every 30s by using the timer. Method what was used to add new points is colorGrid1.Add()
New rows are added correctly when colorgrid is in visible but when you minimize the application where TeeChart has and maximized again after 5min it has not drawn the rows during that time when application was minimized?!
We noticed that TeeChart.Axis.Left.Maximum - property value was not updated during that time when application was minimized and that caused the problems, because we look the Axis.Left.Maximum - property every time when start to drawn new lines and now because the property not updated it draws the new lines in always in same place
Have you noticed this issue?
TeeChart version is 1.0.1452.42972