512 views
in GUI Development by
Hi!

I Have a chart graph and I want it to be refresh every second.

How can I do that?

is there a function?

 

Thanks,

Michal.

1 Answer

0 votes
by

Hi,

each time you assign the Record List to the Chart class, the chart will be redrawn automatically. This means, add you new records (your new values) to the record list and set it to the chart class.

You can see that also within the example application 'ChartsDemo', when pressing the button 'New Values': The method 'RandomRecords' creates a set of dummy values within the record list and finally, this list is assigned to the chart. That's all.

Best regards,

Manfred.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...