|
From: Raketla, G. (IE10) <Rak...@ho...> - 2003-08-07 15:37:33
|
Hi,
I want to generate 3D Pie Chart using JChart, Is it possible to generate,
If not possible is there any other way to generate. Please send me in
details where i can find information regarding this. Your help will be
appreciated.
Thanks and Regards
Gandhi,Raketla
Software Engineer
Digital Enterprise Solutions
Honeywell
> Honeywell Technology Solutions Lab
> 151/1 Doraisanipalya, Bannerghatta Road,
> Bangalore 560 076, INDIA
> Phone: ++91-80-6585751(Extn :3120)
> Fax : ++91-80-6584750
mobile : +91-80-31815880
> -----Original Message-----
> From: Nathaniel G. Auvil [SMTP:nat...@ya...]
> Sent: Friday, August 01, 2003 12:23 AM
> To: jch...@li...
> Subject: Re: [jCharts-users] LineCharts Question multiple data
> series...
>
>
> --- Daniel Hopkins <Dan...@di...> wrote:
> > Being a newbie to the JCharts, I am having difficulty getting a graph to
> correctly display
> > multiple lines of data, and have not been able to find an example that
> does this.
> >
> > I see http://jcharts.sourceforge.net/samples/line.html shows a sample,
> but no code is provided.
> >
> > I have played/modifed the code from ComboChartServlet example, where I
> simplied added another
> > data series, but this too fail, unless the second data series is
> configured to render using
> > ChartType.BAR
> >
> > The modified service method is shown below...
> >
> > If I modify the one of the lines:
> >
> > dataSeries.addIAxisPlotDataSet( new AxisChartDataSet( data,
> legendLabels, paints,
> > ChartType.LINE, this.lineChartProperties ) );
> >
> > to
> >
> > dataSeries.addIAxisPlotDataSet( new AxisChartDataSet( data,
> legendLabels, paints, ChartType.BAR,
> > this.barChartProperties ) );
> >
> > it will render this series correctly as a bar chart, and the other as a
> line chart. But I
> > cannot get them both to render as lines..what gives?
> >
> > I must be missing something....any suggestions would be greatly
> appreciated
>
>
> All your line data should be in the same IAxisChartDataSet; it takes a
> double[][] for the data
> values.
>
> Each IAxisPlotDataSet in the DataSeries Object represents a specific kind
> of chart.
>
>
>
>
>
>
>
> =====
> http://nathaniel-auvil.blog-city.com/
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/0
> 1
> _______________________________________________
> jCharts-users mailing list
> jCh...@li...
> https://lists.sourceforge.net/lists/listinfo/jcharts-users
|