767 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...