Difference between revisions of "ChartView.Animate"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (10 revisions imported) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
If True, the Chart will [[ChartView.Animate|Animate]] when loading Data. | If True, the Chart will [[ChartView.Animate|Animate]] when loading Data. | ||
− | If previous data was already loaded in the ChartView, the animation will | + | If previous data was already loaded in the ChartView, the animation will [[ChartView.Animate|Animate]] from the previous value to the new one. |
Use the [[ChartView.AnimationTime|AnimationTime]] property to set the duration of the Animation. | Use the [[ChartView.AnimationTime|AnimationTime]] property to set the duration of the Animation. |
Latest revision as of 13:21, 6 August 2015
Property (As Boolean)
If True, the Chart will Animate when loading Data. If previous data was already loaded in the ChartView, the animation will Animate from the previous value to the new one. Use the AnimationTime property to set the duration of the Animation.