Search found 12 matches

by gopinath
Tue May 25, 2010 4:08 pm
Forum: JFreeChart
Topic: All sections exploded in piechart
Replies: 1
Views: 2659

Re: All sections exploded in piechart

Hi Raul,
You have to use plot.setExplodePercent (<index>, <value>) for each pie section.

Gopi.
by gopinath
Fri May 21, 2010 1:21 pm
Forum: JFreeChart
Topic: Multiple needles in meter plot
Replies: 0
Views: 2072

Multiple needles in meter plot

Shall I have two needles in the meter plot as one denotes current status and the other for overall/average status
Thanks,
Gopi
by gopinath
Thu May 20, 2010 10:44 am
Forum: JFreeChart
Topic: To remove Pie section outline
Replies: 0
Views: 2145

To remove Pie section outline

plot.setSectionOutlinesVisible (false);
this makes the % value displayed on the section removed.
Help me to make section outlines invisible without affecting other settings.

Thanks,
Gopi.
by gopinath
Thu May 13, 2010 2:53 pm
Forum: JFreeChart
Topic: TimeSeries Bar Chart
Replies: 1
Views: 3236

TimeSeries Bar Chart

Is there any possibility to create a time series stacked bar chart using JFreeChart ?
i.e May1 val1=5 val2=10, May2 val1=15 val2=10, May1 val1=5 val2=19 etc.

Thanks,
Gopi.
by gopinath
Mon Apr 26, 2010 1:13 pm
Forum: JFreeChart
Topic: Transparent Background
Replies: 3
Views: 8787

Re: Transparent Background

Dear jleech, Thanks for your reply. plot.setBackgroundPaint(null) with backgroundAlpha(0.0f) gives plot with transparent background and it reflects the color of the chart. but chart.setBackgroundPaint(null) gives black background and hence the whole background appears black. Is there any possibility...
by gopinath
Mon Apr 26, 2010 10:25 am
Forum: JFreeChart
Topic: How to merge multiple mages?
Replies: 1
Views: 3296

How to merge multiple mages?

I have multiple charts of same size and I want to merge those into a single chart(image) and write into the output stream as single image.
Please help me in doing the task.
Thanks,
Gopi.
by gopinath
Wed Apr 21, 2010 5:28 pm
Forum: JFreeChart
Topic: How to clear unwanted chart space?
Replies: 3
Views: 7281

Re: How to clear unwanted chart space?

Sorry, I've done a mistake. setPadding works well.

Thanks,
Gopi
by gopinath
Wed Apr 21, 2010 11:14 am
Forum: JFreeChart
Topic: How to clear unwanted chart space?
Replies: 3
Views: 7281

Re: How to clear unwanted chart space?

Hi gengar,
Thanks for your reply.
Setting the chart's padding and/or the plot's insets allow me to adjust the padding but the default spacing of 7 to 8 pixels is not getting removed.Can I get the chart for the exact width and height given?

Thanks again,
Gopi.
by gopinath
Tue Apr 20, 2010 4:05 pm
Forum: JFreeChart
Topic: How to clear unwanted chart space?
Replies: 3
Views: 7281

How to clear unwanted chart space?

Normally in JFreeCharts the actual image is present with a default margin.
Please help me to draw charts with the actual image drawn for the given width and height without any margin(i.e extra space around the image).

Thanks,
Gopi
by gopinath
Tue Apr 20, 2010 1:28 pm
Forum: JFreeChart
Topic: MeterPlot Range
Replies: 2
Views: 3794

Re: MeterPlot Range

Dear paradoxoff,

Thanks for your reply. It is useful for me.
Yes the code snippet I pasted before was wrong.I have done that by mistake.
by gopinath
Fri Apr 16, 2010 8:39 am
Forum: JFreeChart
Topic: MeterPlot Range
Replies: 2
Views: 3794

MeterPlot Range

Please help me in customising the maimum range for a MeterPlot. It seems to be 100 by default. Here is my sample code MeterPlot plot = new MeterPlot(dataset); Color c1 = new Color(255,79,100); Color c2 = new Color(252,252,106); Color c3 = new Color(79,255,132); plot.addInterval(new MeterInterval("Lo...
by gopinath
Wed Feb 17, 2010 1:27 pm
Forum: JFreeChart
Topic: Transparent Background
Replies: 3
Views: 8787

Transparent Background

Help me to set a transparent background for PieChart

Thanks,
Gopi