Skip to main content



      Home
Home » Archived » BIRT » How to set chart data dyamically in birt
How to set chart data dyamically in birt [message #264630] Wed, 16 January 2008 10:04 Go to next message
Eclipse UserFriend
I am using chart on report

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.

but showing records from same data set on report
Re: How to set chart data dyamically in birt [message #264721 is a reply to message #264630] Thu, 17 January 2008 02:06 Go to previous message
Eclipse UserFriend
You also need to specify the category series datadefinition. There are
several examples in the chart examples view in eclipse.

Thanks,

David

"swety" <swetyy@gmail.com> wrote in message
news:d549a181f4e6e4846131bf8c4753fbda$1@www.eclipse.org...
>I am using chart on report
> 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.
>
> but showing records from same data set on report
Previous Topic:How to divide a scatter chart's area into 4 quandrants
Next Topic:BIRT 2.2.1.1 won't work without Cairo on Solaris
Goto Forum:
  


Current Time: Tue Jul 22 17:04:34 EDT 2025

Powered by FUDForum. Page generated in 0.04392 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top