We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Displaying a running average on a chart

I have the following embedded XML dataset:

<Query>
<XmlData>
  <YearStatistics>
    <YearStatistic>
      <Year>2017</Year>
      <Data>1</Data>
    </YearStatistic>
    <YearStatistic>
      <Year>2018</Year>
      <Data>2</Data>
    </YearStatistic>
    <YearStatistic>
      <Year>2019</Year>
      <Data>3</Data>
    </YearStatistic>
  </YearStatistics>
</XmlData>
</Query>

I am trying to show the RunningValue on a chart.
When I create the RunningValue expression as "RunningValue(Fields!Data.Value,SUM,"DataSet")" it works in tables.
But when I set chart value as "RunningValue(Fields!Data.Value,SUM,"DataSet")", it does not work.
The graph "editor component" actually starts to be unresponsive.
Is it possible to show the running value on a chart?

Best regards
Martin



Attachment: RunningValueTest_5d10054f.zip

1 Reply

MS Mahendran Shanmugam Syncfusion Team May 7, 2019 03:58 AM

Hi Martin, 

We were able to reproduce the mentioned running value expression issue chart report item at our end and we have confirmed that the issue is a defect and logged a defect report on this. You can keep track of this bug from the feedback portal below.  

  
This fix has been included in our upcoming ES Volume 2 2019 release and it is estimated to available on end of the June. 

If you have any more specification/precise replication procedure or a scenario to be tested you can add it as a comment in the portal.  
 
Regards, 
Mahendran S. 


Loader.
Live Chat Icon For mobile
Up arrow icon