Search found 13 matches

by onderulker
Wed Dec 27, 2006 4:43 pm
Forum: JFreeChart
Topic: Is is posibble adding 2 dataset? (or some other operations)
Replies: 0
Views: 1738

Is is posibble adding 2 dataset? (or some other operations)

Hi all, I need to add 2 datasets. DS1 : DATE | S1 1-1-2006 | 48 1-2-2006 | 32 1-3-2006 | 3 1-4-2006 | 45 1-5-2006 | 47 DS2: DATE | S2 1-1-2006 | 45 1-2-2006 | 64 1-3-2006 | 67 1-4-2006 | 13 1-5-2006 | 54 DS1 + DS2 = TDS TDS: DATE | S1 | S2 1-1-2006 | 48 | 45 1-2-2006 | 32 | 64 1-3-2006 | 3 | 67 1-4-...
by onderulker
Thu Nov 30, 2006 7:56 pm
Forum: JFreeChart
Topic: How to use ImageTitle?
Replies: 2
Views: 2459

Thanks a lot, It has worked :)

But now I got a new question;

as u see in picture (logo is in purole elipse under chart)
http://docs.google.com/View?docid=ddw99tpn_59d45t7s

My logo is under chart, how can I resize plot or make it transparan or take my logo up to chart ?

Regards,

Onder.
by onderulker
Thu Nov 30, 2006 6:43 pm
Forum: JFreeChart
Topic: How to use ImageTitle?
Replies: 2
Views: 2459

How to use ImageTitle?

Hi all; I want to use ImageTitle on my charts. I have created my logo as: ImageTitle logo = new ImageTitle (getImageSource().getImage("logo.image")); It has done but now, I wonder how to insert this logo onto/into charts. if answer is setImage (Image image) function I could not use it. Could you ple...
by onderulker
Thu Nov 30, 2006 2:15 pm
Forum: JFreeChart
Topic: How to change visibilty with BarRenderer ?
Replies: 4
Views: 4624

Thanks David.

I havent got any idea about StackedXYAreaRenderer but I have tried this with 'StackedBarRenderer' and 'StackedBarRenderer3D' and the result was negative.

Am I right? Is it possible with StackedBarChart ?

Regards,

Onder.
by onderulker
Wed Nov 29, 2006 3:11 pm
Forum: JFreeChart
Topic: How to change visibilty with BarRenderer ?
Replies: 4
Views: 4624

How to change visibilty with BarRenderer ?

Hi all, I have a chart like that, http://docs.google.com/View?docid=ddw99tpn_57fgmvbs In some cases I want to make the series unvisible. I have tried with renderer.setSeriesVisible(new Boolean(false)); and renderer.setSeriesVisible(0,new Boolean(false)); functions but I could not do this. Is there a...
by onderulker
Thu Nov 23, 2006 7:21 pm
Forum: JFreeChart
Topic: BarChart Display Problem (without use series&category)
Replies: 0
Views: 4356

BarChart Display Problem (without use series&category)

Hi all; I have a problem a bit complicated :) First of all I have three diffirent dataset. I took them by 'data = new JDBCCategoryDataset()' function. I want to create a bar chart and insert these three dataset into chart. /********************************/ JFreeChart chart = null; try { Class objec...
by onderulker
Thu Jul 27, 2006 3:43 pm
Forum: JFreeChart
Topic: How to export chart to swing application ?
Replies: 1
Views: 2114

How to export chart to swing application ?

Hi all, For example I have a barchart which has been created like; JFreeChart chart = ChartFactory.createBarChart( "Bar Chart ", "X", "Y", dataset, PlotOrientation.HORIZONTAL, true, true, false ); Now I want to show this chart in my swing application. How can I use chart object to be shown on screen...
by onderulker
Wed May 24, 2006 3:44 pm
Forum: JFreeChart
Topic: Inserting 'data table' ??
Replies: 3
Views: 3097

There are samples named as Crosshair Demo 1 and 2 in jfreechart demos. There are data tables below the chart. I want to insert a table like that..
by onderulker
Wed May 24, 2006 3:41 pm
Forum: JFreeChart
Topic: Inserting 'data table' ??
Replies: 3
Views: 3097

Inserting 'data table' ??

Hi there, Inserting data table below the chart is important for me. Before I have asked if it is possible or not, but I could not take any comment. I have searched this in forum says that it is impossible. I wonder if there some one who could solve this by some way.. If some could show me a way for ...
by onderulker
Wed May 24, 2006 3:18 pm
Forum: JFreeChart
Topic: How to replace legend (to east side) in piechart ??
Replies: 2
Views: 2698

Thanks a lot, it has done. Now I have a new question; I am trying to customize my pie charts labels. For example lable of charts part is 'SCM = 3%'. I want to show just the value '3%'. I have searced about this and find this: public String generateSectionLabel(final PieDataset dataset, final Compara...
by onderulker
Wed May 24, 2006 1:10 pm
Forum: JFreeChart
Topic: How to replace legend (to east side) in piechart ??
Replies: 2
Views: 2698

How to replace legend (to east side) in piechart ??

Hi all,

I want to display legend east side of the chart. But I could not find any way for doing this.

Is there any one have an idea?

Regards,

Onder.
by onderulker
Tue May 23, 2006 8:33 am
Forum: JFreeChart
Topic: How to insert 'data table' (Crosshair Demo1)
Replies: 0
Views: 1874

How to insert 'data table' (Crosshair Demo1)

Hi all, Could you please show me the way for adding data table into the chart. There is 2 sample for this in demo application. Demos\Miscellaneous\Crosshairs\Crosshairdemo1 , CrosshairDemo2. I have examined the codes which belongs the Crosshairdemo1. But I couldn't draw the table. Please tell me the...
by onderulker
Tue May 23, 2006 7:57 am
Forum: JFreeChart
Topic: !Is it posibble, combining scatterplot chart and bar chart??
Replies: 0
Views: 1699

!Is it posibble, combining scatterplot chart and bar chart??

Hi all,

I want to show some values on bar chart with dots like scatterplot . what I mean is, in a bar chart I want to show some values with some shapes like is scatterplot.

I couldn't find a way for solution, could you please help me.

Regards,

Onder.