BarChart3D (EWO)

Find and share HowTos to various installations / configurations!
4 posts • Page 1 of 1
amitgolhani
Posts:41
Joined: Thu Apr 10, 2014 10:32 am

BarChart3D (EWO)

Post by amitgolhani »

Hello,

I want to display periodic information (realtime and offline ) using bar chart. Suggest whether BarChart3D (EWO) can be used to meet this requirement?

Also share example of BarChart3D if any.

Best Regards,
Amit Golhani

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: BarChart3D (EWO)

Post by mkoller »

Why not. The BarChart3D however, in comparison with our Trend Widget, does not internally do a dpConnect/dpGetPeriod to get data, so you have to do this in your script and fill the received data to the BarChart

amitgolhani
Posts:41
Joined: Thu Apr 10, 2014 10:32 am

Re: BarChart3D (EWO)

Post by amitgolhani »

Thanks Martin. Is it possible to plot value-time chart? Suggest method to add time. I want to add time and value for each column.

Best Regards,
Amit Golhani

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: BarChart3D (EWO)

Post by mkoller »

The BarChart3D.ewo shows every bar with the same width. When this represents the time, then it only makes sense to use it on fixed interval values.
Check the rowLabels and columnLabels properties to show the timestamp

4 posts • Page 1 of 1