Skip to main content
Version: v11.6.0

Charts - Handling Dynamic Data


Dynamic Data: Ensure that the chart reflects changes in data: for example, if you are using a chart to track dynamic data like stock data, you need to ensure that the changes to the data are reflected in the chart. For this, you can use a Timer Action.

  1. Drag and drop chart widget, bind the Dataset Value property to the Variable based on the service fetching the dynamic data
  2. Create a Timer Variable and set the delay to the required time gap between fetching data and set repeating if the process is continuous
  3. Set the on Timer Fire event to trigger the variable to which the chart widget is bound
  4. Run the project, after the specified Timer Delay, the chart will be refreshed. If you have set the repeating option then the process will be repeated at the delay intervals.

See Also

Chart Widget Cases
How to capture user selection
How to displaying custom data