PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Chart filled by array of structures
Chart filled by array of structures
Iniciado por guest, 15,nov. 2015 21:20 - No hay respuesta
Publicado el 15,noviembre 2015 - 21:20
Does anyone have an example of a chart using an array of structure as the source of the data series?

I am trying to create a stacked bar chart, I have my data in an array of structures and the Chart Control implies I could link the array direct.

But I can't find any examples or detailed help and nothing I try with a mock up seems to work, can it be linked? or do all charts really need to be loaded by programming?