I want to generate a VerticalBarChart but I don't know how many entries or their values beforehand (the values are read from a generated data file)... With Pie-Charts I can use setValue to dynamically add new elements but what do I do for VerticalBarChart?
BTW, the examples all generate VerticalBarCharts with static arrays...
how do I create VerticalBarChart without static array?
Re: how do I create VerticalBarChart without static array?
Haral
Have a look at the source of jdbcXXXXDataset. They are all dynamic depending upon rows returned from the database. Maybe they can point you in a way to get started
Bryan
Have a look at the source of jdbcXXXXDataset. They are all dynamic depending upon rows returned from the database. Maybe they can point you in a way to get started
Bryan