about graphic charts

Hi folks,

I’ searching info about java bean inside Servoy to make charts.
I would create a line chart.

Where could I find those?

Any advice will be appreciated.
Regards
Andrea

Hi Andrea,

Can you mail me your email address?
We’ve disabled attachments for security reasons in this forum.(php)

I’ll send you a bean with a sample solution.
Thanks.

Along these same lines - does anyone have a recommendation for a charting bean that does scatter graphs as either lines or points (e.g. one that has 2 value axes, for plotting x-y pairs). Apparently, the bean that ships with Servoy isn’t capable of this (or else I’m too dense to figure it out).

Thanks in advance for any suggestions/examples

Yes, you can use the Plotchart/Scatterchart bean

when going through a loop
you can fill the chart like …
elements.plotterChart.setValues(foundsetCounter , x value,y value)
//note: foundsetCounter can be used if you want to show multiple found sets
(=multiple lines)

please mail me if you’d like an example solution.

HI Maarten,

I’ve mailed my email address. and added in my forum profile :P

Thanks for your support
Regards
Andrea

Hi Maarten

I would like to have a example, i. e. solution for the Plotchart/Scatterchart bean. Could you send me an example?

Thanks a lot, Robert

maarten:
Yes, you can use the Plotchart/Scatterchart bean

when going through a loop
you can fill the chart like …
elements.plotterChart.setValues(foundsetCounter , x value,y value)
//note: foundsetCounter can be used if you want to show multiple found sets
(=multiple lines)

please mail me if you’d like an example solution.

Same goes for me also.

Thanks,

Ben

Hi Maarten,

I understand this post is quite hold, but I would need some example to work with ScatterChart on Servoy 6. Do you still have any?

Thank you.

Carlo

I wouldn’t use that bean anymore.

Check out this:
https://www.servoyforge.net/projects/ve … inOverview

It’s got decent documentation, easy to learn and lots of possibilities (also works with google charts)

Maarten,

Thank you very much. I will look through it. I actually see that it is not yet implemented for Servoy 6. Do you know whether it would work?

As an alernative, do you know of anything else precisely geared at building charts (mainly scatters, XY planes, math-function representatios)?

Carlo

Where do you see it’s not implemented for Servoy 6? It’s working perfectly fine with 6 and 6.1.

Patrick, this link contains old info

https://www.servoyforge.net/projects/ve … inOverview

" It is compatible Servoy 5.x in smart and web client."

OK, I will update this to read:
“It is compatible Servoy 5+ …”
Because it doesn’t imply that it doesn’t work in 6.