Jake

Members
  • Content count

    1
  • Joined

  • Last visited

About Jake

  • Rank
    Forum Newbie
  1. in my application, i need to control the data range shows in the chart by a sliding bar. when data changes, now, i use setDataXML(fitered data) to reset the chart, but this method will reinit the whole chart, which doesn't act as a smooth change. is there any other method i can use in this case? Thanks!