Completed
Last Updated: 21 Feb 2019 11:20 by ADMIN
Eric
Created on: 18 Feb 2019 12:17
Category: ChartView
Type: Bug Report
1
ChartView: ArgumentException when changing datapoints and then playing ChartRevealAnimation

When you change series datapoints and then play ChartRevealAnimation the following InvalidOperationException might occur:

 Cannot call the ClockController.SkipToFill method for a Clock that has a Duration or RepeatDuration of Forever, because this Clock will never reach its fill period.
=====
Workaround:
You can try calling PlayAnimation in Dispatcher:

  Dispatcher.BeginInvoke(new Action(() =>
            {
                this.LineSeries1.PlaySeriesAnimation();
            }));

1 comment
ADMIN
Ralitsa
Posted on: 21 Feb 2019 11:19
Hi,

The fix for this issue will be available with LIB (version 2019.1.225) scheduled for publishing on Monday, 25 February 2019. 

Regards,
Ralitsa
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.