BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Klemen,
Thank you for using Syncfusion products.
We have analysed the reported requirement. You can change the underlying collection in drag and drop with series or segments. But we need to set the UpdateSource property as True in series.
Code snippet [XAML]:
<chart:LineSeries Label="Sports" ItemsSource="{Binding CategoricalDatas}" UpdateSource=”True”
XBindingPath="Category" YBindingPath="Value"
EnableSeriesDragging="True"/>
Please let us know if you require further assistance on this.
Thanks,
Karthikeyan V.
Hi Klemen,
Thank you for using Syncfusion products.
We have analysed the reported requirement. You can change the underlying collection in drag and drop with series or segments. But we need to set the UpdateSource property as True in series.
Code snippet [XAML]:
<chart:LineSeries Label="Sports" ItemsSource="{Binding CategoricalDatas}" UpdateSource=”True”
XBindingPath="Category" YBindingPath="Value"
EnableSeriesDragging="True"/>
Please let us know if you require further assistance on this.
Thanks,
Karthikeyan V.
Hi Klemen,
Thanks for the update.
We have analysed the reported requirement. We have prepared a sample that tries to meet your requirement and the same can be downloaded from the below link.
Note: We have planned to change the behaviour of drag and drop event in our upcoming volume 1 release, which will resolve your issue.
Please let us know if you require further assistance on this.
Thanks,
Karthikeyan V.
Hi Klemen,
Please ignore the previously uploaded sample.
Query: BindingExpression path error
We are already fixed these issues. The fix for this issue is estimated to be available on our upcoming volume 1 release 2014.
Thanks,
Karthikeyan V.
Hi Klemen,
Thanks for the update.
We analysed your suggested solution and it could be used to meet your requirement. Please let us know if you require further assistance on this.
Thanks,
Karthikeyan V.