| [news.eclipse.birt] How to set chart data dyamically in birt |
LineSeries ls1 = (LineSeries) LineSeriesImpl.create( );
ls1.getDataDefinition().add(QueryImpl.create("row[\"JobID\"]"));
if i do like this then it throws error
The data definition for the category series was unspecified.